當我嘗試建立,我一直想出此錯誤消息:連接器命令代碼失敗,退出1
Undefined symbols for architecture x86_64: "_ACAccountTypeIdentifierTwitter", referenced from: -[PF_Twitter _getLocalTwitterAccountAsync] in Parse(PF_Twitter.o) "_OBJC_CLASS_$_ACAccountStore", referenced from: objc-class-ref in Parse(PF_Twitter.o) "_OBJC_CLASS_$_SLComposeViewController", referenced from: objc-class-ref in Parse(PF_Twitter.o) "_OBJC_CLASS_$_SLRequest", referenced from: objc-class-ref in Parse(PF_Twitter.o) "_SLServiceTypeTwitter", referenced from: -[PF_Twitter _getAccessTokenForReverseAuthAsync:localTwitterAccount:] in Parse(PF_Twitter.o) -[PF_Twitter _getLocalTwitterAccountAsync] in Parse(PF_Twitter.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
你檢查嗎? [鏈接器命令代碼失敗,退出1] [1] [1]:http://stackoverflow.com/questions/10435213/linker-command-failed-with-exit-code-1-use-v看到調用 –
@iKrutarth是的,我做到了。這就是讓我意識到這是引用我的框架的問題。它只發生在我開始使用帶有可可豆莢的Google Maps SDK之後。我有一個紅色的庫 - 「libPods.a」,我回去檢查了Parse,並且我還有所有需要的框架。 –