xcodebuild arch i386 sdk iphonesimulator7.1错误

时间:2014-08-17 12:49:32

标签: xcode

对于无法使用以下命令构建cordova / phonegap应用程序以发送给Facebook以查看权限的用户:

xcodebuild arch i386 sdk iphonesimulator7.1

并收到如下错误:

file not found #import ...

1 个答案:

答案 0 :(得分:0)

以下是解决方案:

请按照以下说明操作:

https://developers.facebook.com/docs/ios/creating-ios-simulator-build-for-review

使用此命令构建您的应用

xcodebuild -project HelloWorld.xcodeproj -arch i386 -target HelloWorld -configuration Debug -sdk iphonesimulator clean build VALID_ARCHS=i386 CONFIGURATION_BUILD_DIR=/Users/pedro/Documents/Cordova/HelloWorld/platforms/ios/build

如果你想了解更多信息,我在这里找到了解决方案: https://groups.google.com/forum/#!topic/oclint-users/GD1a242k_X0