You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.
I have a suite of test that works on Xcode 5 and Maverick.
Now I use XCode 6.1 and Yosemite, I have this error:
=== CLEAN TARGET Test OF PROJECT Prueba WITH CONFIGURATION Debug ===
Check dependencies
Standard Error:
2014-11-06 15:08:05.997 xcodebuild[10568:122077] [MT] DVTPlugInManager: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for IDEInterfaceBuilderCocoaTouchEditingSupport.ideplugin (com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport) not present
2014-11-06 15:08:05.999 xcodebuild[10568:122077] [MT] DVTPlugInManager: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for IDEiOSDebugger.ideplugin (com.apple.dt.IDE.IDEiOSDebugger) not present
2014-11-06 15:08:06.000 xcodebuild[10568:122077] [MT] DVTPlugInManager: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for IDEiOSSupportCore.ideplugin (com.apple.dt.IDE.IDEiOSSupportCore) not present
2014-11-06 15:08:06.000 xcodebuild[10568:122077] [MT] DVTPlugInManager: Required plug-in compatibility UUID C4A681B0-4A26-480E-93EC-1218098B9AA0 for IDEiPhoneSupport.ideplugin (com.apple.dt.IDE.IDEiPhoneSupport) not present
2014-11-06 15:08:08.307 xcodebuild[10568:122125] -[DTDKProvisioningProfile matchesBundleIdentifier:]: unrecognized selector sent to instance 0x7fe6ee7f5150
** INTERNAL ERROR: Uncaught exception **
Exception: -[DTDKProvisioningProfile matchesBundleIdentifier:]: unrecognized selector sent to instance 0x7fe6ee7f5150
Stack:
0 0x00007fff90707634 exceptionPreprocess (in CoreFoundation)
1 0x00007fff8fcbe6de objc_exception_throw (in libobjc.A.dylib)
2 0x00007fff9070a6bd -[NSObject(NSObject) doesNotRecognizeSelector:](in CoreFoundation)
3 0x00007fff90651886 __forwarding (in CoreFoundation)
4 0x00007fff906515f8 _CF_forwarding_prep_0 (in CoreFoundation)
5 0x000000010317e5a8 +[DVTCodesignResolver parametersForIdentity:profileUUID:andBundleIdentifier:requiringProfile:limitSearchToKeychain:platform:destinationDevice:certificateUtilities:withError:](in DVTFoundation)
6 0x0000000104c0138e +[XCCodeSignContext codesignParameterSnapshotWithMacroExpansionScope:emitWarnings:certificateUtilities:error:](in DevToolsCore)
7 0x000000010a9356b1 +[XCiPhoneSimulatorCodeSignContext prepareForCodeSigningWithMacroExpansionScope:certificateUtilities:](in iPhoneSimulator Build System Support)
8 0x0000000104b6e205 -[XCProductTypeSpecification computeDependenciesWithMacroExpansionScope:](in DevToolsCore)
9 0x0000000104c1331b -[XCNativeTargetDGSnapshot(DependencyGraphCreation) computeDependenciesWithMacroExpansionScope:](in DevToolsCore)
10 0x0000000104aec42a -[PBXTargetBuildContext createDependencyGraphWithTargetDGSnapshot:](in DevToolsCore)
11 0x0000000104b09e3a -[PBXTargetBuildContext(DependencyGraphEvents) dg_setTargetSnapshot:](in DevToolsCore)
12 0x0000000104b089d8 -[PBXTargetBuildContext(DependencyGraphEvents) processDependencyGraphEvents](in DevToolsCore)
13 0x0000000104b65b60 -[XCBlockQueue _processNextBlockInThreadSlotNumber:](in DevToolsCore)
14 0x0000000104b65e30 -[XCBlockQueue _processBlocksInThreadSlotNumber:](in DevToolsCore)
15 0x00007fff95c69b7a NSThread__main (in Foundation)
16 0x00007fff910202fc _pthread_body (in libsystem_pthread.dylib)
17 0x00007fff91020279 _pthread_body (in libsystem_pthread.dylib)
18 0x00007fff9101e4b1 thread_start (in libsystem_pthread.dylib)
Anyone know what might be going?
The text was updated successfully, but these errors were encountered: