When I create a new Alloy based project, it fails to build and gives the following error:
[INFO] : Invoking xcodebuild [ERROR] : 2014-11-22 09:08:45.820 xcodebuild[34884:669122] [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-6604/IDEFoundation/SourceControl/Model/IDESourceControlManager.m:423 [ERROR] : Details: Error Domain=com.apple.dt.IDESourceControlErrorDomain Code=-1 "Missing extension: public.vcs.subversion" UserInfo=0x7f8809b64e40 {NSLocalizedDescription=Missing extension: public.vcs.subversion} [ERROR] : Object: <IDESourceControlManager: 0x7f8809c24dd0> [ERROR] : Method: -loadRepositories [ERROR] : Thread: <NSThread: 0x7f88085148a0>{number = 1, name = main} [ERROR] : Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide. [ERROR] : 2014-11-22 09:08:46.917 xcodebuild[34884:669435] DeveloperPortal: Using pre-existing current store at URL (file:///Users/Spencer/Library/Developer/Xcode/DeveloperPortal%206.1.db). [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/Alloy.app/Alloy normal i386 [ERROR] : GenerateDSYMFile build/Debug-iphonesimulator/Alloy.app.dSYM build/Debug-iphonesimulator/Alloy.app/Alloy [ERROR] : (2 failures)I don't seem to have any problems with Xcode, or with classic Titanium projects. I found very little help via Google. The few answers I have seen suggest linking the system SVN version to the XCode SVN version, or shutting off version control in XCode preferences altogether. None of which has worked.
Has anyone else seen this issue?