转载自:
http://stackoverflow.com/questions/19419781/cocoapods-arm64-issue
最终解决: (即加了个 $(OTHER_LDFLAGS) )
I had similar issues on XCode 6.1 wherepod install would frequently re-introduce linking errors. Adding $(OTHER_LDFLAGS) to the my target's "Other Linker Flags" got me through this. Please see if this helps.
CocoaPods ARM64 问题解决
本文解决了一个在Xcode 6.1中使用CocoaPods安装时出现的ARM64链接错误问题。通过在目标项目的Other Linker Flags中添加$(OTHER_LDFLAGS),成功避免了pod install重新引入链接错误。
1319

被折叠的 条评论
为什么被折叠?



