-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi,
Was working fine but now i get this crash on the new Xcode:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8e87d66c exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8fc9676e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8e87d51d +[NSException raise:format:] + 205
3 Foundation 0x00007fff942806ac -[NSConcreteTask launchWithDictionary:] + 444
4 Connecter 0x000000010000a7c6 -[RMConnecterOperation __startTask] + 70
5 Connecter 0x0000000100009e71 -[RMConnecterOperation _startTask] + 97
6 Connecter 0x0000000100009aca __29-[RMConnecterOperation start]_block_invoke + 186
7 Foundation 0x00007fff942180d8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 7
8 Foundation 0x00007fff94104695 -[NSBlockOperation main] + 97
9 Foundation 0x00007fff940e332c -[__NSOperationInternal _start:] + 653
10 Foundation 0x00007fff940e2f33 __NSOQSchedule_f + 184
11 libdispatch.dylib 0x0000000100058d43 _dispatch_client_callout + 8
12 libdispatch.dylib 0x000000010005cfb3 _dispatch_queue_drain + 1804
13 libdispatch.dylib 0x000000010005efc0 _dispatch_queue_invoke + 223
14 libdispatch.dylib 0x000000010005bf5e _dispatch_root_queue_drain + 666
15 libdispatch.dylib 0x000000010006dcd0 _dispatch_worker_thread3 + 106
16 libsystem_pthread.dylib 0x00007fff8acb3637 _pthread_wqthread + 729
17 libsystem_pthread.dylib 0x00007fff8acb140d start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
I hope someone can help.