ran in to this issue recently and i solved it by changing the value of the executable from "None" to "AppName.app" on xcode.
You should change:
Edit scheme -> Run AppName.app -> Info tab -> Executable -> None
to:
Edit scheme -> Run AppName.app -> Info tab -> Executable -> AppName.app
本文介绍了一种在Xcode中遇到的运行配置问题及解决方案。通过将可执行文件设置从'None'更改为'AppName.app',可以解决无法正确运行应用程序的问题。具体步骤包括:编辑方案 -> 运行 -> 信息选项卡 -> 可执行文件。

被折叠的 条评论
为什么被折叠?



