深圳ios构建错误

use*_*177 19 xcode build ios

运行Shenzen(https://github.com/nomad/shenzhen)实用程序时出现以下错误.我正在使用Xcode 6 beta 4试图构建一个ios应用程序.有什么想法吗?

ipa build 

Select a scheme:
1. FieldApp-LOCAL
2. FieldApp-RELEASE
?  2
     xcodebuild  FieldApp.xcworkspace
2014-07-28 09:00:43.703 xcodebuild[35326:1912070] [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-6244.6/IDEFoundation/SourceControl/Model/IDESourceControlManager.m:432
Details:  Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7fb4a2cb14a0 {NSLocalizedDescription=Missing extension: public.vcs.subversion}
Object:   <IDESourceControlManager: 0x7fb4a072c9e0>
Method:   -loadRepositories
Thread:   <NSThread: 0x7fb4a0605350>{number = 1, name = main}
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
** ARCHIVE FAILED **


The following build commands failed:
    DataModelVersionCompile /Users/seanzehnder/Library/Developer/Xcode/DerivedData/FieldApp-heytvqitcxovbbegdtzbrxjofaty/Build/Intermediates/ArchiveIntermediates/FieldApp-RELEASE/InstallationBuildProductsLocation/Applications/Visit\ Tracker.app/FieldApp.momd DataModel/FieldApp.xcdatamodeld
    DataModelVersionCompile /Users/seanzehnder/Library/Developer/Xcode/DerivedData/FieldApp-heytvqitcxovbbegdtzbrxjofaty/Build/Intermediates/ArchiveIntermediates/FieldApp-RELEASE/InstallationBuildProductsLocation/Applications/Visit\ Tracker.app/FieldApp.momd DataModel/FieldApp.xcdatamodeld
(2 failures)
Run Code Online (Sandbox Code Playgroud)

小智 2

首先运行它并在 XCode 中测试它,然后检查日志是否有任何错误。

然后你可以尝试构建它。

可能是您没有正确设置音频监听器!

也可能是您在 xcode 4 中构建了它,因此 Xcode 6 会显示很多错误、路径错误等。很可能存在兼容性问题:)