Yeah, I'm checking to see if I need the new command line tools right now.

Can't commit anything.  Fun times.

FYI, if you use external libs, and your app doesn't build, go to build settings 
and disable bitcode.  It appears that the lib checking is a little more 
rigorous and it appears that one of our libs was built for a version of iOS 
that is "too new for the target OS".  We still support iOS 7 and the lib was 
built for iOS 8 but previously, Xcode 6.4 didn't complain about that.

Also, for iOS if you entered custom information in your target app info.plist 
files, it's likely that some of that data will be overwritten.  

OK.  Just rebooted, installed the command line tools for 10.11 for Xcode 7, 
same crash on commit.

Hilariously, I can reopen Xcode 6.4, commit and push to my local and remote 
repo, but um, well.

Anyway.

It appears I didn't include the thread that crashed, but here it is.

Thread 1 Crashed:: Dispatch queue: com.apple.NSXPCConnection.user.2356
0   com.apple.dt.Xcode.sourcecontrol.Git        0x00000001099481ff 0x10993a000 
+ 57855
1   com.apple.dt.Xcode.sourcecontrol.Git        0x00000001099472b0 0x10993a000 
+ 53936
2   com.apple.CoreFoundation            0x00007fff96a2c8cc invoking_ + 140
3   com.apple.CoreFoundation            0x00007fff96a2c75e -[NSInvocation 
invoke] + 286
4   com.apple.Foundation                0x00007fff8e6ab0d8 
NSXPCCONNECTION_IS_CALLING_OUT_TO_EXPORTED_OBJECT + 17
5   com.apple.Foundation                0x00007fff8e6aaa42 -[NSXPCConnection 
_decodeAndInvokeMessageWithData:] + 1123
6   com.apple.Foundation                0x00007fff8e6aa510 message_handler + 705
7   libxpc.dylib                        0x00007fff95058986 
_xpc_connection_call_event_handler + 35
8   libxpc.dylib                        0x00007fff950571ff 
_xpc_connection_mach_event + 2198
9   libdispatch.dylib                   0x00007fff8f5c95a4 
_dispatch_client_callout4 + 9
10  libdispatch.dylib                   0x00007fff8f5c9a14 
_dispatch_mach_msg_invoke + 555
11  libdispatch.dylib                   0x00007fff8f5c6248 
_dispatch_queue_drain + 1207
12  libdispatch.dylib                   0x00007fff8f5c836d 
_dispatch_mach_invoke + 735
13  libdispatch.dylib                   0x00007fff8f5c6248 
_dispatch_queue_drain + 1207
14  libdispatch.dylib                   0x00007fff8f5cc6c9 
_dispatch_queue_invoke + 549
15  libdispatch.dylib                   0x00007fff8f5c1453 
_dispatch_client_callout + 8
16  libdispatch.dylib                   0x00007fff8f5c52e3 
_dispatch_root_queue_drain + 1890
17  libdispatch.dylib                   0x00007fff8f5c4b48 
_dispatch_worker_thread3 + 91
18  libsystem_pthread.dylib             0x00007fff9500d4f2 _pthread_wqthread + 
1129
19  libsystem_pthread.dylib             0x00007fff9500b375 start_wqthread + 13



On Sep 30, 2015, at 4:45 PM, Tony Scaminaci wrote:

> Guess I'll hold off downloading 7.01...
> 
> 
> 
> On Wednesday, September 30, 2015 3:43 PM, Alex Zavatone <[email protected]> wrote:
> 
> 
> Mac OS 10.11
> Xcode 7.0.1
> 
> com.apple.dt.Xcode.sourcecontrol.Git
> 
> Just tested out my iOS 7/8 apps under Xcode 7.0.1, disabled bitcode so that 
> they would let all targets would build and run on my iOS 7 and 8 devices.  
> Updated the build settings as recommended which overwrote my custom entered 
> info in the info plists.  Went to commit and push to our remote git repo and 
> checked the "push to remote" checkbox and clicked OK.
> 
> Instant SIGSEV crash.
> 
> Process:              com.apple.dt.Xcode.sourcecontrol.Git [70976]
> Path:                  
> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/XPCServices/com.apple.dt.Xcode.sourcecontrol.Git.xpc/Contents/MacOS/com.apple.dt.Xcode.sourcecontrol.Git
> Identifier:            com.apple.dt.Xcode.sourcecontrol.Git
> Version:              1.0 (1)
> Code Type:            X86-64 (Native)
> Parent Process:        ??? [1]
> Responsible:          Xcode [41168]
> User ID:              501
> 
> Date/Time:            2015-09-30 16:32:29.806 -0400
> OS Version:            Mac OS X 10.11 (15A282b)
> Report Version:        11
> Anonymous UUID:        9187397F-46CF-9EA7-B1B6-6C7445ABD143
> 
> Sleep/Wake UUID:      AC6A45A8-6E27-4B5B-BF97-3D19FFA2A719
> 
> Time Awake Since Boot: 50000 seconds
> Time Since Wake:      2500 seconds
> 
> System Integrity Protection: enabled
> 
> Crashed Thread:        4  Dispatch queue: com.apple.NSXPCConnection.user.41168
> 
> Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes:      KERN_INVALID_ADDRESS at 0x0000000000000000
> Exception Note:        EXC_CORPSE_NOTIFY
> 
> VM Regions Near 0:
> --> 
>     __TEXT                00000001018d0000-00000001018f0000 [  128K] r-x/rwx 
> SM=COW  
> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/XPCServices/com.apple.dt.Xcode.sourcecontrol.Git.xpc/Contents/MacOS/com.apple.dt.Xcode.sourcecontrol.Git
> 
> Thread 0:
> 0  libsystem_kernel.dylib            0x00007fff8cd482ca 
> __semwait_signal_nocancel + 10
> 1  libsystem_c.dylib                0x00007fff98087f12 nanosleep$NOCANCEL + 
> 188
> 2  libsystem_c.dylib                0x00007fff980b0114 sleep$NOCANCEL + 42
> 3  libdispatch.dylib                0x00007fff8bfe0755 
> _dispatch_queue_cleanup2 + 140
> 4  libsystem_pthread.dylib          0x00007fff98c5e3f1 _pthread_tsd_cleanup + 
> 555
> 5  libsystem_pthread.dylib          0x00007fff98c5df78 _pthread_exit + 117
> 6  libsystem_pthread.dylib          0x00007fff98c5ec22 pthread_exit + 30
> 7  libdispatch.dylib                0x00007fff8bfe06ab dispatch_main + 43
> 8  libxpc.dylib                      0x00007fff98063473 _xpc_objc_main + 666
> 9  libxpc.dylib                      0x00007fff98061f1e xpc_main + 494
> 10  com.apple.Foundation              0x00007fff8a8651e3 -[NSXPCListener 
> resume] + 160
> 11  com.apple.dt.Xcode.sourcecontrol.Git    0x00000001018d1918 main + 107
> 12  libdyld.dylib                    0x00007fff864d45ad start + 1
> 
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/xcode-users/friskythecat%40sbcglobal.net
> 
> This email sent to [email protected]
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to