Xcode UI Testing leads to crash on every iOS Device - ios

When trying to use the new Xcode 7 UI Testing feature on a physical iOS device by pressing the record button having the caret inside a test method, Xcode builds the project but just before starting the app on the device, the IDE crashes. I tested this with different projects (even a freshly created template one without writing a single line of code) and different devices (iPhone 6s Plus, iPad Pro, iPad mini 2 and iPhone 5, all running iOS 9.2). Does anyone have the same problem and already found a solution? Here is the complete crash log:
Process: Xcode [48959]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.2 (9548)
Build Info: IDEFrameworks-9548000000000000~7
App Item ID: 497799835
App External ID: 814662604
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [48959]
User ID: 501
Date/Time: 2015-12-16 20:52:24.497 +0100
OS Version: Mac OS X 10.11.2 (15C50)
Report Version: 11
Anonymous UUID: DF96274B-998D-3102-7E2F-CECD011B3D38
Sleep/Wake UUID: 613A68D1-4541-4DB7-B1C5-BC255278457F
Time Awake Since Boot: 25000 seconds
Time Since Wake: 19000 seconds
System Integrity Protection: disabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
ProductBuildVersion: 7C68
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-9548/IDEKit/Testing/IDEUIRecordingManager.m:429
Details: (result) should not be nil.
Object: <IDEUIRecordingManager: 0x7fa128e011a0>
Method: -_workspaceTabController
Thread: <NSThread: 0x7fa119504010>{number = 1, name = main}
Hints: None
Backtrace:
0 0x0000000102f861fa -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 0x0000000101b12761 _DVTAssertionHandler (in DVTFoundation)
2 0x0000000101b12978 _DVTAssertionFailureHandler (in DVTFoundation)
3 0x000000010306456b -[IDEUIRecordingManager _workspaceTabController] (in IDEKit)
4 0x0000000103065433 __94-[IDEUIRecordingManager _startRecordingWithLaunchSession:alwaysAskForAPIAccess:reservedNames:]_block_invoke_2 (in IDEKit)
5 0x0000000101b4ea04 __DVTDispatchAsync_block_invoke (in DVTFoundation)
6 0x00007fff9545c871 _dispatch_call_block_and_release (in libdispatch.dylib)
7 0x00007fff9545133f _dispatch_client_callout (in libdispatch.dylib)
8 0x00007fff95464c1d _dispatch_main_queue_callback_4CF (in libdispatch.dylib)
9 0x00007fff8b1d0cd9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ (in CoreFoundation)
10 0x00007fff8b18bd3d __CFRunLoopRun (in CoreFoundation)
11 0x00007fff8b18b338 CFRunLoopRunSpecific (in CoreFoundation)
12 0x00007fff846ce935 RunCurrentEventLoopInMode (in HIToolbox)
13 0x00007fff846ce76f ReceiveNextEventCommon (in HIToolbox)
14 0x00007fff846ce5af _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
15 0x00007fff899610ee _DPSNextEvent (in AppKit)
16 0x00007fff89d2d943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)
17 0x00000001020ef0c2 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
18 0x00007fff89956fc8 -[NSApplication run] (in AppKit)
19 0x00007fff898d9520 NSApplicationMain (in AppKit)
20 0x00007fff8589a5ad start (in libdyld.dylib)
abort() called
HandleCommand(command = "process plugin packet send 'QSetEnableAsyncProfiling;enable:0;'")

I run into the same problem. I even tried cleaning the cache (rm -r ~/Library/Developer/Xcode/DerivedData), without success.
I found a way around it:
Start running the application in the device of your choice (Command-R)
Once the app is ready and running in the device, hit on the red "Record UI Test" button in the Debug toolbar.
Hopefully this works for you.
EDIT. To make things more strange, this works for an iPhone 6 physically connected to my computer and for an iPhone 5s run in the Simulator. Attempts to record UI tests on an iPhone 6 Plus were not successful.

Related

I use Xcode8.3 to open the old project, Xcode will crash. Xcode Version 8.3 (8E162)

I use Xcode8.3 to open the old project, Xcode will crash. Hope that God has a good solution. Thank you! I used Xcode Version 8.3 (8E162)! The following is the crash logenter image description here
Date/Time: 2017-05-24 10:55:13.864 +0800
OS Version: Mac OS X 10.12.5 (16F73)
Report Version: 12
Anonymous UUID: E6D015C9-5D5B-8165-3DED-5FA9DEE16B80
Sleep/Wake UUID: D9402094-DE3A-4B1E-9D9E-4DC22BEB3839
Time Awake Since Boot: 93000 seconds
System Integrity Protection: enabled
Crashed Thread: 20 Dispatch queue: shared-compile-command-queue :: NSOperation 0x7fd3ef034ae0 (QOS: DEFAULT)
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Application Specific Information:
ProductBuildVersion: 8E162
ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-12169/IDEFoundation/Diagnostic/IDEDiagnosticActivityLogMessage.m:298
Details: (fixItString) should not be nil.
Object: <IDEDiagnosticFixItItem: 0x7fd3eebb6150>
Method: -initWithFixItString:replacementLocation:
Thread: <NSThread: 0x7fd3ebf12fd0>{number = 34, name = (null)}
Hints:
Backtrace:
0 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
1 _DVTAssertionHandler (in DVTFoundation)
2 _DVTAssertionFailureHandler (in DVTFoundation)
3 -[IDEDiagnosticFixItItem initWithFixItString:replacementLocation:] (in IDEFoundation)
4 -[IDEClangDiagnosticActivityLogMessage initWithDiagnostic:timestamp:pathMap:workingDirectory:documentURL:] (in IDEFoundation)
5 -[IDEClangDiagnosticActivityLogMessage initWithDiagnostic:timestamp:pathMap:workingDirectory:] (in IDEFoundation)
6 _XCMessageForDiagnostic (in DevToolsCore)
7 XCGenerateDiagnosticsFromFile (in DevToolsCore)
8 -[XCClangResultsPostprocessor generateDiagnosticsFromFile:logSectionRecorder:] (in DevToolsCore)
9 -[XCClangResultsPostprocessor postprocessResultsForCommandInvocation:] (in DevToolsCore)
10 -[XCWorkQueueCommandSubprocessInvocation handleEndOfOutput] (in DevToolsCore)
11 -[XCWorkQueueCommandLocalSubprocessInvocation handleEndOfOutput] (in DevToolsCore)
12 -[XCWorkQueueCommandLocalSubprocessInvocation handleOutputFileDescriptorActivity] (in DevToolsCore)
13 -[Xcode3BuildTask main] (in DevToolsCore)
14 -[__NSOperationInternal _start:] (in Foundation)
15 __NSOQSchedule_f (in Foundation)
16 _dispatch_client_callout (in libdispatch.dylib)
17 _dispatch_queue_serial_drain (in libdispatch.dylib)
18 _dispatch_queue_invoke (in libdispatch.dylib)
19 _dispatch_root_queue_drain (in libdispatch.dylib)
20 _dispatch_worker_thread3 (in libdispatch.dylib)
21 _pthread_wqthread (in libsystem_pthread.dylib)
22 start_wqthread (in libsystem_pthread.dylib)
abort() called
Application Specific Signatures:
I have solved the problem, hope to encounter problems after the friend, check the path of the library used.

App Crashes on Launch w/ Testflight

I'm having problems with an app that we previously submitted to Apple for submission that they asked us to re-do a simple marketing issue (we needed to remove an image of an app screen which had third party apps).
Unfortunately, now when I have prepared the app for re-submission and I distribute it via Testflight the app crashes on launch. A subsequent launch works, however. This only happens with the Testflight build - when I do a Release build from Xcode using a production provisioning profile it works, and when I do a debug build it works. Thinking I must have made a mistake I pulled the exact commit from my repo for the previous submission, but it is now crashing the exact same way.
Only my ipad mini 2 reports the crash logs via the Xcode Organizer (my iPhone 6 does not), and they read like this (though I checked the box to include the debug symbols):
Incident Identifier: BDC2E493-9794-42D8-B9F6-F74DEF432AA2
Beta Identifier: F34F1B0B-44F0-4E9C-A8F6-46861EDB0B39
Hardware Model: iPad4,4
Process: My App [6660]
Path: /private/var/mobile/Containers/Bundle/Application/1EDC2E96-E4E0-4148-AF7D-478A8C2FA5D9/My App.app/My App
Identifier: com.myco.My-App
Version: 29 (1.0)
Beta: YES
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2015-10-02 11:49:41.41 -0700
Launch Time: 2015-10-02 11:49:39.39 -0700
OS Version: iOS 9.0 (13A341)
Report Version: 105
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001004b4f5c
Triggered by Thread: 0
Thread 0 name:
Thread 0 Crashed:
0 libswiftCore.dylib 0x00000001004b4f5c specialized _fatalErrorMessage(StaticString, StaticString, StaticString, UInt) -> () + 44
1 My App 0x000000010011bb50 0x1000fc000 + 129872
2 My App 0x000000010010e954 0x1000fc000 + 76116
3 libdispatch.dylib 0x0000000198b817b0 _dispatch_call_block_and_release + 24 (init.c:761)
4 libdispatch.dylib 0x0000000198b81770 _dispatch_client_callout + 16 (object.m:513)
5 libdispatch.dylib 0x0000000198b86e20 _dispatch_main_queue_callback_4CF + 1844 (inline_internal.h:1063)
6 CoreFoundation 0x0000000183a78258 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1615)
7 CoreFoundation 0x0000000183a760c0 __CFRunLoopRun + 1628 (CFRunLoop.c:2721)
8 CoreFoundation 0x00000001839a4dc0 CFRunLoopRunSpecific + 384 (CFRunLoop.c:2814)
9 GraphicsServices 0x000000018e920088 GSEventRunModal + 180 (GSEvent.c:2247)
10 UIKit 0x000000018907ef60 UIApplicationMain + 204 (UIApplication.m:3663)
11 My App 0x000000010011afe8 0x1000fc000 + 126952
12 libdyld.dylib 0x0000000198bb28b8 start + 4 (start_glue.s:80)
I can't figure out what's causing this, nor how I'll be able to test and confirm it's fix without re-submitting to Testflight and waiting.
I suspect this may be an Apple problem, but I'm nervous about re-submitting knowing there may be a crash in my app. Does anyone know what might cause this?

XCode 5 crash on loading the project

My Xcode 5 crashes each time i want to open a project.
I deleted the derived data, the cache, the preferences and reinstall xcode.
I don't know what i should do know. I can't work.
Here is the failure message. PLease help me. I looked a lot about this in the internet.
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 5A1413
ASSERTION FAILURE in /SourceCache/DVTFoundation/DVTFoundation-3532/Framework/Classes/Protocols/DVTInvalidation.m:243
Details: <IDESourceControlCredentialsValidator, 0x7f9f18c44cb0> was never invalidated.
Backtrace for allocation (if _creationBacktrace is set):
(null)
Object: <IDESourceControlCredentialsValidator: 0x7f9f18c44cb0>
Method: -dealloc
Thread: <NSThread: 0x7f9f12c14bc0>{name = (null), num = 1}
Hints: None
Backtrace:
0 0x00000001108fb188 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
1 0x000000010f68d655 _DVTAssertionHandler (in DVTFoundation)
2 0x000000010f68d984 _DVTAssertionFailureHandler (in DVTFoundation)
3 0x000000010f7626a6 _DVTInvalidation_DeallocSuper (in DVTFoundation)
4 0x00000001108982a3 -[IDESourceControlSSLAuthenticationWindowController .cxx_destruct] (in IDEKit)
5 0x00007fff8703ffcc object_cxxDestructFromClass(objc_object*, objc_class*) (in libobjc.A.dylib)
6 0x00007fff87039922 objc_destructInstance (in libobjc.A.dylib)
7 0x00007fff87039fa0 object_dispose (in libobjc.A.dylib)
8 0x000000010f6b7995 __DVTSetupKVODeallocAssertions_block_invoke_371 (in DVTFoundation)
9 0x00007fff82d347fa -[NSResponder dealloc] (in AppKit)
10 0x00007fff82c6a162 -[NSWindowController dealloc] (in AppKit)
11 0x00007fff82dde901 -[NSWindowController release] (in AppKit)
12 0x00007fff82f145b0 -[NSAutounbinder dealloc] (in AppKit)
13 0x00007fff8703a230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) (in libobjc.A.dylib)
14 0x00007fff80818d72 _CFAutoreleasePoolPop (in CoreFoundation)
15 0x00007fff811cd47a -[NSAutoreleasePool drain] (in Foundation)
16 0x00007fff82d3527e -[NSApplication run] (in AppKit)
17 0x00007fff82cd9bd6 NSApplicationMain (in AppKit)
18 0x00007fff82bb27e1 start (in libdyld.dylib)
19 0x0000000000000002
Status update:
I started Xcode without loading the opened projects Alt + Shift.
After that i unchecked Enabled Source Control in Preferences. Since now i can work with Xcode. That's not a fix, but for now it is ok. I look for an answer in future. For now I have no problems ;)
This Devforums post seems to have a possible solution.
For anybody else reading this before a fix is found. My specific issue was resolved by using the correct hostname for the cert on the server. Our internal DNS could direct a more logical hostname to the svn server but it was not the same hostname that was in our cert. Using the correct hostname in the cert did away with the crashing.
This Problem can be solved by
Right click on xCode show package contents
Navigate to
/Applications/Xcode.app/Contents/PlugIns/
Rename the "IDESubversion.ideplugin.hold" to Some thing else
I tried disabling the "Source control" - but Xcode would crash when I select "Source Control" tab in "Preferences". I tried some of the other things - deleting the ~/.subversion/auth/svn..... files/directories. NONE of that worked.
Finally what worked was renaming IDESubversion.ideplugin inside of Xcode.App to IDESubversion.ideplugin.old.
To do this - open "Application" on Finder. Click on Xcode.App and then "Control-click" on it. Select "Show Package Contents". Next find "IDESubversion.ideplugin". Click on it - it would change to edit name mode - change name by adding .old to the end.
After this XCode will allow you to select "Source Control" tab in "Xcode->Preferences". Deselect "Enable Source Control" and then open Xcode again and select the project you want to open. It should work. However, if you enable source control again or rename the IDESubversion.ideplugin.old to IDESubversion.ideplugin - the project/Xcode crashes again. So these two seems to be essential changes to make this work.
BTW, this is with OS X Mavericks update and to latest version of XCode (5A2053).
Hope this helps.
The only solution for me was to rename
/Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin
as muthukumar mentioned.
XCode crashed even if I clicked on Source Control in perferences...
#muthukumar thanks for that.

XCode 4: Crashes when Files/Groups are added AND project is not cleaned

I have the following Problem with one of my Projects:
If I add any file or group to it, XCode stalls and crashes shortly after. If I do a project clean before that, it works just fine. As soon as I did a Project build it will crash again if I try to add files.
Any ideas? searched for a solution but without any luck. I am using the newest XCode 4.3.2 - A new install did not help.
Crash Report of XCode:
Process: Xcode [7017]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 4.3.2 (1177)
Build Info: IDEApplication-1177000000000000~6
App Item ID: 497799835
App External ID: 7171108
Code Type: X86-64 (Native)
Parent Process: launchd [139]
Date/Time: 2012-04-11 16:46:18.177 +0200
OS Version: Mac OS X 10.7.3 (11D50)
Report Version: 9
Interval Since Last Report: 137545 sec
Crashes Since Last Report: 10
Per-App Interval Since Last Report: 135817 sec
Per-App Crashes Since Last Report: 10
Anonymous UUID: F3C112A1-E15B-4D44-9662-F13A93846AE0
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 4E2002
UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[PBXFolder targets]: unrecognized selector sent to instance 0x40b7b63e0
UserInfo: (null)
Hints: None
Backtrace:
0 0x00007fff95298faa __exceptionPreprocess (in CoreFoundation)
1 0x00007fff99458d5e objc_exception_throw (in libobjc.A.dylib)
2 0x00007fff953252ae -[NSObject doesNotRecognizeSelector:] (in CoreFoundation)
3 0x00007fff95285e73 ___forwarding___ (in CoreFoundation)
4 0x00007fff95285c88 _CF_forwarding_prep_0 (in CoreFoundation)
5 0x000000011175717e -[XCProjectReferenceInfo _synchronizeWithReferencedProjectIfNeeded] (in DevToolsCore)
6 0x0000000111757dc2 -[XCProjectReferenceInfo archivableInfoDictionary] (in DevToolsCore)
7 0x000000010dfd3c47 -[NSArray(DVTFoundationClassAdditions) dvt_arrayByApplyingSelector:] (in DVTFoundation)
8 0x000000011166057d -[PBXProject _projectReferences] (in DevToolsCore)
9 0x000000011164912a -[PBXArchivingBinding writeValueForObject:toPListArchiver:] (in DevToolsCore)
10 0x0000000111648158 -[PBXObject _archiveValuesForArchiveMask:toPListArchiver:] (in DevToolsCore)
11 0x0000000111672997 -[PBXPListArchiver _archiveObject:asWeakReference:] (in DevToolsCore)
12 0x00000001116734e6 -[PBXPListArchiver initWithRootObject:delegate:role:] (in DevToolsCore)
13 0x0000000111650018 -[PBXProject writeToFile:projectFile:userFile:outResultNotification:] (in DevToolsCore)
14 0x00000001116505a4 -[PBXProject _writeToFileSystemProjectFile:userFile:checkNeedsRevert:] (in DevToolsCore)
15 0x0000000111650655 -[PBXProject writeToFileSystemProjectFile:userFile:checkNeedsRevert:] (in DevToolsCore)
16 0x00000001117ee0bb -[Xcode3Project writeToFilePath:forceWrite:error:] (in DevToolsCore)
17 0x000000010e68cf2d -[IDEContainer _saveContainerForAction:error:] (in IDEFoundation)
18 0x00007fff920caf64 __NSFireTimer (in Foundation)
19 0x00007fff9524dc24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
20 0x00007fff9524d776 __CFRunLoopDoTimer (in CoreFoundation)
21 0x00007fff9522e001 __CFRunLoopRun (in CoreFoundation)
22 0x00007fff9522d676 CFRunLoopRunSpecific (in CoreFoundation)
23 0x00007fff965d331f RunCurrentEventLoopInMode (in HIToolbox)
24 0x00007fff965da51b ReceiveNextEventCommon (in HIToolbox)
25 0x00007fff965da456 BlockUntilNextEventMatchingListInMode (in HIToolbox)
26 0x00007fff91411f5d _DPSNextEvent (in AppKit)
27 0x00007fff91411861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
28 0x00007fff9140e19d -[NSApplication run] (in AppKit)
29 0x00007fff9168cb88 NSApplicationMain (in AppKit)
30 0x000000010df8aeec (in Xcode)
Some Additional Informations i found:
I tried this on a different computer - same effect. But, and this might be important: It only occurs after I do a real iPhone build. If i do a build for the simulator - everything works just fine and no crashes occur. As soon as I did a 'real' iOS build (debug or release) - it will crash if I do any project changes.
Ok - that does help a bit more. It appears to be how you have your targets set up. Note that version number, and the Bundle Identifier and all those "iOS Application Target" values don't get stored in the project.pbxproj file, but rather get written to the "MyApp-Info.plist" file. I'd check that file exists and correlates correctly to the value set in the INFOPLIST_FILE build setting for that target.
I'd also check that the main project file itself is "Project Format" is set to "XCode 3.2-compatible", not 3.1-compatible.

Xcode Crash each as soon as I open my project

Everything worked fine yesterday but this morning XCode crash as soon as I open my project.
Any suggestions??
The crash dialog says
Internal error
Xcode encountered an internal logic error. Choose "Continue" to
continue running Xcode in an inconsistent state. Choose "Crash" to
halt Xcode and file a bug with Crash Reporter. Choosing "Crash" will
result in the loss of all unsaved data.
and if I click on "show details" the following info is shown
ASSERTION FAILURE in
/SourceCache/IDEFoundation/IDEFoundation-287/Framework/Classes/Model/SourceControl/IDESourceControlTree.m:2548
Details: (addedItem) should not be nil. Object:
Method:
-mergeStatusOperationResults:forLocalStatusOnly: Thread: {name = (null), num = 11} Hints: None Backtrace: 0
0x0000000100949773 -[IDEAssertionHandler
handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:]
(in IDEKit) 1 0x000000010006d394 _DVTAssertionFailureHandler (in
DVTFoundation) 2 0x000000010055e1c1
__78-[IDESourceControlWorkingTree
mergeStatusOperationResults:forLocalStatusOnly:]_block_invoke_0 (in
IDEFoundation) 3 0x0000000100005fdc __38-[DVTDispatchLock
performLockedBlock:]_block_invoke_0 (in DVTFoundation) 4
0x00007fff87886fbb dispatch_barrier_sync_f (in libSystem.B.dylib) 5
0x0000000100005f83 -[DVTDispatchLock performLockedBlock:] (in
DVTFoundation) 6 0x000000010055ccd3 -[IDESourceControlWorkingTree
mergeStatusOperationResults:forLocalStatusOnly:] (in IDEFoundation)
7 0x00000001005db64c __77-[IDESourceControlWorkingTree
updateLocalStatusForDirectory:completionBlock:]_block_invoke_01137 (in
IDEFoundation) 8 0x00007fff8788dd64
_dispatch_call_block_and_release (in libSystem.B.dylib) 9
0x00007fff8786c8d2 _dispatch_queue_drain (in libSystem.B.dylib) 10
0x00007fff8786c734 _dispatch_queue_invoke (in libSystem.B.dylib) 11
0x00007fff8786c2de _dispatch_worker_thread2 (in libSystem.B.dylib) 12
0x00007fff8786bc08 _pthread_wqthread (in libSystem.B.dylib) 13
0x00007fff8786baa5 start_wqthread (in libSystem.B.dylib)
You probably have duplicate entries for the source code repository for this project. Go under Organizer and remove the duplicate and see if fixes the issue. Unfortunately, there are still a lot of bugs in the SCM tooling in XCode 4.

Resources