SIGABRT - 仅发生在一个文件夹中
出于备份原因,我将同一项目存储在两个不同的文件夹中。当我从folder1 运行项目时,我收到SIGABRT。从folder2 运行正常。
是否有我遗漏的东西,或者我应该将其视为错误并继续从另一个文件夹工作?
I have the same project stored in two different folders for backup reasons. When I run the project from folder1, I get SIGABRT. From folder2 it runs ok.
Is there something I am missing or should I just consider it a bug and continue working from another folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到“坏文件夹”中的应用程序,然后单击您的方案,对其进行编辑并切换到调试类型 LLDB(也许您已经完成了此操作,我在浪费时间),然后运行该应用程序,在调试控制台中查看获取一些额外信息。我遇到了 SIGABRT 错误,我这样做并帮助我找到了问题。希望这有帮助。 :)
Go to the app that is in the "bad folder" and click on your scheme, edit it and switch to debug type LLDB (maybe you have already done this and im wasting your time) and then run the app, look in the debug console for some extra information. I had a SIGABRT error and i did this and helped me locate the problem. Hope this helped. :)