【发布时间】:2019-03-17 11:21:06
【问题描述】:
我尝试使用来自this 插件的Google Cast,并且在构建项目时Xcode 出现下一个错误
ld: framework not found GoogleCast
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Podfile
target 'XXXX' do
pod 'google-cast-sdk', '~> 3'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
pod 'FBSDKCoreKit'
end
顺便说一句 pod deintegrate and pod install 没有帮助
【问题讨论】:
标签: xcode react-native cocoapods google-cast