error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening derucciTS.xcworkspace
** BUILD FAILED **
The following build commands failed:
CompileC build/derucciTS/Build/Intermediates.noindex/derucciTS.build/Debug-iphonesimulator/derucciTS.build/Objects-normal/x86_64/AppDelegate.o derucciTS/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
. Run CLI with --verbose flag for more details.
这个错误首先用xcode 打开项目运行项目,看下报什么错误,基本上都是语法问题AppDelegate.m修改少括号等错误
这种问题只要xcode运行起来解决了








网友评论