facebookarchive/xctool

xctool's EOL/project deprecation should be explicitly stated at the top of the README

rayray opened this issue · 10 comments

Currently, this project's notice of deprecation is buried as a note. No mention of Xcode 8.

xctool master actually supports running tests under Xcode 8.

Updated the title. If development is halting then it should be a bigger notice, alongside Xcode 8 partial support.

xctool with Xcode 8 always fails with this error:

xctool[28315:4711740] *** 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.'

xctool with Xcode 8 always fails with this error:

I've encountered this too.

xctool doesn't support building in Xcode 8.

Is this an issue with GitHub messaging? We use xctool for much of our build automation so it's slightly inconvenient to have support pulled without an announcement.

This followed the above error for me

libc++abi.dylib: terminating with uncaught exception of type NSException
run-sonar.sh: line 43: 83778 Abort trap: 6           $command "$@"

Done.

With xctool I find this issue
ROJECT Pods WITH CONFIGURATION Debug ===': The data is not in the correct format.' and an empty ison file is generated in my project folder. I have put unsign in my xctest framework folder. but always getting same error.
Can any one suggest me.