在我的应用程序中,我使用了从 Apple 的 SpeakHere 示例中复制的大量代码,当我在 iPhone 设备上运行该应用程序时,它会在加载 XIB 之前出现大约一百次此错误:
unable to read unknown load command 0x80000022
它还会打印以下错误:
warning: Unable to read symbols for ""/Users/eamonford/Desktop/Sleep Blaster touch/build/Debug-iphoneos"/Sleep Blaster touch.app/Sleep Blaster touch" (file not found).
warning: Couldn't raise load state for requested shlib: "Sleep Blaster touch" for breakpoint 1.
但是,当我在模拟器中运行应用程序时,根本没有错误。另外,我知道错误来自我从 SpeakHere 获得的代码的某些部分,因为 Apple 自己的示例产生了相同的错误,而我的应用程序在添加 SpeakHere 代码之前没有产生这些错误。
有谁知道这些错误的含义或我如何追踪它们?谢谢!