将CocoaPods与Xcode一起使用时,Apple Mach-O Linker出错

时间:2015-09-02 04:10:26

标签: ios swift xcode cocoapods linker-errors

我正在尝试添加PFAnalytics(instructions here)。下面是我的PodFile。我刚刚点击pod install并试图编译并运行,我看到下面的错误:

pod file

# Uncomment this line to define a global platform for your project
platform :ios, ‘8.0’

target 'ShitTalk' do
pod ‘Parse’
end

target 'ShitTalkTests' do

end

我也尝试添加Google Analytics,但我发现同样的错误,所以我想如果我尝试使用Cocoapods的任何库,它就会这样做。

错误: enter image description here

2 个答案:

答案 0 :(得分:4)

必须在spool 'file1' ; ...-> file1.sql spool off spool 'logfile.log' ; --> your log file spool off spool 'file1' APPEND; --> file1 again spool off 之后使用 .xcworkspace文件,而不是pod install文件。

.xcodeproj包含您的xcworkspaceproject

之后你应该能够正常运行。

答案 1 :(得分:0)

尝试这两种解决方案

  1. .a

  2. 中删除库ProjectTarget->Build Phase文件
  3. 打开工作区.xcworkspace,而不是打开.xcodeproj