Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于某种原因,当我在没有 Xcode 的情况下运行它时,我的应用程序崩溃了。当它通过 Xcode 运行时,完全没有问题。我不知道为什么会这样。
有没有人发生在他们身上?
谢谢
尝试先阅读崩溃报告。
将设备与 iTunes 同步,将崩溃报告从设备复制到运行 iTunes 的系统上
报告的位置取决于操作系统:
Mac OS X:~/Library/Logs/CrashReporter/MobileDevice/
如果您的应用程序在启动时崩溃,您应该检查您的代码以查看您没有使用 iOS 不支持的方法或库。