尝试构建我的项目,Xcode 9.2显示编译错误:
ld: warning: directory not found for option '-F/Users/user/playgrounds/ios/app/build/Release-iphoneos/Alamofire'
ld: framework not found FBAudienceNetwork
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Podfile是:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.2'
project 'app.xcodeproj'
target "app" do
use_frameworks!
pod 'GoogleMaps'
pod 'Charts'
pod "OAStackView"
pod 'Alamofire', '~> 4.4'
pod 'SwiftyJSON', '~> 3.1'
pod 'Appodeal', '1.3.9'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end
尝试删除删除Podfile.lock和pod update
,但它没有帮助。
将FBAudienceNetwork添加到Podfile会出现此问题:
[!]' Pods-app' target的框架名称相互冲突:fbaudiencenetwork.framework。
如何解决这个问题?
答案 0 :(得分:1)
将Appodeal更新为2.x.x解决了问题。
答案 1 :(得分:0)
试试这个:
产品/编辑方案/管理方案,选择PODS。