Adjust 库出错,与 Pods 集成
Getting error in Adjust library, Integrated with Pods
我收到这个错误:
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'
我已经安装pods成功了,但是还是出现上面的错误
在 运行 pod install
之后,请确保您打开的是 .xcworkspace
而不是 Xcode 中的 .xcproject
以便能够构建和使用Pods 在你的项目中。
我收到这个错误:
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'
我已经安装pods成功了,但是还是出现上面的错误
在 运行 pod install
之后,请确保您打开的是 .xcworkspace
而不是 Xcode 中的 .xcproject
以便能够构建和使用Pods 在你的项目中。