我正在尝试添加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的任何库,它就会这样做。
答案 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
包含您的xcworkspace
和project
。
之后你应该能够正常运行。
答案 1 :(得分:0)
尝试这两种解决方案
从.a
ProjectTarget->Build Phase
文件
打开工作区.xcworkspace
,而不是打开.xcodeproj