我刚刚开始使用 Objective C 和 RestKit。
我创建了一个应用程序并添加了 RestKit 项目。我使用 RestKit 从我的网络服务器加载地图 JSON 数据。
该应用程序在模拟器和我的 iPhone 设备上运行良好。现在我想创建一个 TestFlight 测试版。我已经设置了分发证书并将其添加到我的手机和代码签名设置中。
现在我想生成 IPA。我使用 Project 菜单项下的 Archive 选项。当我单击此按钮时,会出现以下错误:
Ld: in /Users/japak/Library/Developer/Xcode/DerivedData/AlquinApp-ahkxhlzmjpdjjbczzkyriizvchid/Build/Intermediates/ArchiveIntermediates/AlquinApp/BuildProductsPath/Release-iphoneos/libRestKit.a(RKJSONParserJSONKit.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)