使用RestKit归档构建时链接器错误

时间:2012-07-22 15:20:41

标签: ios restkit

使用XCode 4.5 DP3创建存档构建我收到以下链接器错误

    libRestKit.a(NSManagedObject+ActiveRecord.o), mach-o string pool extends beyond end of file for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

运行相同代码库的调试版本可在设备和模拟器中正常运行。我只能通过在XCode 4.3中打开项目来创建存档构建。我没有更改任何配置或设置以使项目存档。

有没有人知道为什么在XCode 4.5 DP3中发生此错误?

0 个答案:

没有答案