我想在我的项目中使用uber SDK。我正在使用Xcode 8.3.3 我用可可豆荚方法安装了它。它包含项目中的用户脚本,但不会在项目中导入其库。我也试过了cartage方法,但它显示了
" *获取rides-ios-sdk 获取ObjectMapper 在" v0.6.0"下载rides-ios-sdk.framework二进制文件 在" v0.6.0"中检出rides-ios-sdk 在" 1.5.0"检查ObjectMapper * xcodebuild输出可以在/var/folders/hc/bcjcqz9x2hb84g5_2786z85w0000gn/T/carthage-xcodebuild.vE5KMz.log中找到 ***构建方案" ObjectMapper-iOS"在ObjectMapper.xcworkspace中 构建失败 任务失败,退出代码为65: / usr / bin / xcrun xcodebuild -workspace /Moghees/Driver_APP/Carthage/Checkouts/ObjectMapper/ObjectMapper.xcworkspace -scheme ObjectMapper-iOS -configuration Release -derivedDataPath /Users/mac/Library/Caches/org.carthage.CarthageKit/DerivedData/ ObjectMapper / 1.5.0 -sdk iphoneos ONLY_ACTIVE_ARCH = NO BITCODE_GENERATION_MODE = bitcode CODE_SIGNING_REQUIRED = NO CODE_SIGN_IDENTITY = CARTHAGE = YES clean build(在/ Moghees / Driver_APP / Carthage / Checkouts / ObjectMapper中启动)
这通常表明项目本身无法编译。请查看Xcode构建日志以获取更多详细信息:/var/folders/hc/bcjcqz9x2hb84g5_2786z85w0000gn/T/carthage-xcodebuild.vE5KMz.log"
帮帮我。