在运行Shenzen (https://github.com/nomad/shenzhen)实用程序时,我得到了以下错误。我正在使用Xcode6 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)发布于 2015-01-01 22:16:21
首先让它运行并在XCode中测试它,然后检查日志中是否有任何错误。
然后,您可以尝试构建它。
这可能是因为您没有正确设置音频监听器!
也可能是您在Xcode4中构建的,因此Xcode6会显示许多错误、路径错误等。很可能存在兼容性问题:)
https://stackoverflow.com/questions/25001940
复制相似问题