我尝试使用来自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帮不上忙
发布于 2018-10-15 20:03:04
此库的链接似乎没有正确设置。为了解决这个问题,我在库文件夹中选择了GoogleCast.cxodeproj,并将Framework Search Paths更新为$(PROJECT_DIR)/../../../ios/Pods/google-cast-sdk/GoogleCastSDK-2.10.4-Release

解决此这里的其他尝试有几次。
https://stackoverflow.com/questions/52775933
复制相似问题