Tag: cocoapods bolt

ld:找不到-l使用cocoapods的库

每个人 我遇到的问题是我无法编译我的应用程序,因为我得到以下错误: ld: library not found for -lBolts clang: error: linker command failed with exit code 1 (use -v to see invocation) 我有我的XCode项目configuration使用cocoapods,这是我的豆荚列表: pod 'Google/Analytics', '~> 1.0.0' pod 'AFNetworking', '~> 2.0' pod 'XCDYouTubeKit', '~> 2.4.0' pod 'FBSDKCoreKit' pod 'FBSDKShareKit' pod 'FBSDKLoginKit' pod 'Parse' pod 'ParseUI' pod 'ParseFacebookUtilsV4' pod 'ParseTwitterUtils' 这是命令pod install的输出: Updating local specs repositories […]