We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xctool doesn't support building since Xcode 8 :(
xctool[7441:81855] *** Assertion failure in __LaunchXcodebuildTaskAndFeedEventsToReporters_block_invoke(), /tmp/xctool20160411-73857-17y7ykv/xctool-0.2.9/Common/XCToolUtil.m:380 2016-10-03 13:01:12.892 xctool[7441:81855] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Got error while trying to deserialize event 'Build settings from command line:': The data is not in the correct format.' *** First throw call stack: ( 0 CoreFoundation 0x00007fff9d4844f2 __exceptionPreprocess + 178 1 libobjc.A.dylib 0x00007fff9e54973c objc_exception_throw + 48 2 CoreFoundation 0x00007fff9d4891ca +[NSException raise:format:arguments:] + 106 3 Foundation 0x00007fff969821ee -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 169 4 xctool 0x0000000108b488c4 __LaunchXcodebuildTaskAndFeedEventsToReporters_block_invoke + 441 5 xctool 0x0000000108b83c39 __ReadOutputsAndFeedOuputLinesToBlockOnQueue_block_invoke + 165 6 xctool 0x0000000108b83f42 __ReadOutputsAndFeedOuputLinesToBlockOnQueue_block_invoke.26 + 612 7 xctool 0x0000000108b840ae __ReadOutputsAndFeedOuputLinesToBlockOnQueue_block_invoke_2.49 + 188 8 libdispatch.dylib 0x00007fff8f8a5c0b ___dispatch_operation_deliver_data_block_invoke + 118 9 libdispatch.dylib 0x00007fff8f89093d _dispatch_call_block_and_release + 12 10 libdispatch.dylib 0x00007fff8f88540b _dispatch_client_callout + 8 11 libdispatch.dylib 0x00007fff8f88a03b _dispatch_queue_drain + 754 12 libdispatch.dylib 0x00007fff8f890707 _dispatch_queue_invoke + 549 13 libdispatch.dylib 0x00007fff8f88a200 _dispatch_queue_drain + 1207 14 libdispatch.dylib 0x00007fff8f890707 _dispatch_queue_invoke + 549 15 libdispatch.dylib 0x00007fff8f888d53 _dispatch_root_queue_drain + 538 16 libdispatch.dylib 0x00007fff8f888b00 _dispatch_worker_thread3 + 91 17 libsystem_pthread.dylib 0x00007fff9b9234de _pthread_wqthread + 1129 18 libsystem_pthread.dylib 0x00007fff9b921341 start_wqthread + 13 ) libc++abi.dylib: terminating with uncaught exception of type NSException ...../Users/macbookpro/Documents/sonar/sonar-objective-c-master/src/main/shell/run-sonar.sh: line 43: 7441 Abort trap: 6 $command "$@" > /dev/null ERROR - Command 'xctool -project
The text was updated successfully, but these errors were encountered:
Hi, check here : facebookarchive/xctool#704 ... facing same issue
Sorry, something went wrong.
No branches or pull requests
xctool doesn't support building since Xcode 8 :(
xctool[7441:81855] *** Assertion failure in __LaunchXcodebuildTaskAndFeedEventsToReporters_block_invoke(), /tmp/xctool20160411-73857-17y7ykv/xctool-0.2.9/Common/XCToolUtil.m:380$command "$ @" > /dev/null
2016-10-03 13:01:12.892 xctool[7441:81855] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Got error while trying to deserialize event 'Build settings from command line:': The data is not in the correct format.'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff9d4844f2 __exceptionPreprocess + 178
1 libobjc.A.dylib 0x00007fff9e54973c objc_exception_throw + 48
2 CoreFoundation 0x00007fff9d4891ca +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff969821ee -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:] + 169
4 xctool 0x0000000108b488c4 __LaunchXcodebuildTaskAndFeedEventsToReporters_block_invoke + 441
5 xctool 0x0000000108b83c39 __ReadOutputsAndFeedOuputLinesToBlockOnQueue_block_invoke + 165
6 xctool 0x0000000108b83f42 __ReadOutputsAndFeedOuputLinesToBlockOnQueue_block_invoke.26 + 612
7 xctool 0x0000000108b840ae __ReadOutputsAndFeedOuputLinesToBlockOnQueue_block_invoke_2.49 + 188
8 libdispatch.dylib 0x00007fff8f8a5c0b ___dispatch_operation_deliver_data_block_invoke + 118
9 libdispatch.dylib 0x00007fff8f89093d _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x00007fff8f88540b _dispatch_client_callout + 8
11 libdispatch.dylib 0x00007fff8f88a03b _dispatch_queue_drain + 754
12 libdispatch.dylib 0x00007fff8f890707 _dispatch_queue_invoke + 549
13 libdispatch.dylib 0x00007fff8f88a200 _dispatch_queue_drain + 1207
14 libdispatch.dylib 0x00007fff8f890707 _dispatch_queue_invoke + 549
15 libdispatch.dylib 0x00007fff8f888d53 _dispatch_root_queue_drain + 538
16 libdispatch.dylib 0x00007fff8f888b00 _dispatch_worker_thread3 + 91
17 libsystem_pthread.dylib 0x00007fff9b9234de _pthread_wqthread + 1129
18 libsystem_pthread.dylib 0x00007fff9b921341 start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
...../Users/macbookpro/Documents/sonar/sonar-objective-c-master/src/main/shell/run-sonar.sh: line 43: 7441 Abort trap: 6
ERROR - Command 'xctool -project
The text was updated successfully, but these errors were encountered: