我收到此错误:
ld: library not found for -lPods-Adjust
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我将其添加到我的Podfile中:
pod 'Adjust', :git => 'git://github.com/adjust/ios_sdk.git', :tag => 'v4.2.5'
我已成功安装了pod,但仍然出现上述错误。
答案 0 :(得分:1)
运行pod install
后,请确保在Xcode中打开.xcworkspace
而不是.xcproject
,以便能够在项目中构建和使用Pod。