unable to read unknown load command 0x80000022

后端 未结 2 1378
遇见更好的自我
遇见更好的自我 2021-01-21 05:04

In my app, I use a very large amount of code that I copied from Apple\'s SpeakHere example, and when I run the app on an iPhone device it spits out this error about a hundred ti

相关标签:
2条回答
  • 2021-01-21 05:20

    I saw this error after upgrading to Snow Leopard, but before upgrading the Developer tools.

    If you haven't already, go download and install the new Xcode and SDKs.

    0 讨论(0)
  • 2021-01-21 05:31

    Regarding the first warning, this appears to be a known issue in SDK 3.1 (I'm assuming you're using 3.1, I'd never seen this error with other versions). If you try compiling with a 3.0 target, that should resolve it.

    0 讨论(0)
提交回复
热议问题