Closed dinhvh closed 8 years ago
Hm. Do you say xcodebuild-shim doesn't work at all in Xcode 8?
To link dynamically against xcodebuild, we need to have a binary signed with certificate of Apple. (It's complaining about Developer Team ID)
The build & tests passed!
+1 Yah, we have to remove xcodebuild-shim in Xcode 8.
fprintf(stdout, "%s\n", [line UTF8String]);
I don't like this at all =( This will break most of CIs which rely on custom reporters, for example. Let's better assert there and let users know why it is done and how to resolve the issue.
Another alternative is to use new -json
option of xcodebuild, parse results in xctool and reformat for our own reporters format. But I think we should just stop supporting build features in xctool.
On Xcode 8, we'll just pass-through the output and check the error code of xcodebuild.