utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
698 stars 63 forks source link

Disable 'Gather coverage data' to prevent a bundle submit error with Carthage and Xcode 9 #121

Closed shmigheghi closed 6 years ago

shmigheghi commented 6 years ago

Please disable 'Gather coverage data' by default in the Test scheme - when using Carthage it can cause a submission error (Invalid Bundle - Disallowed LLVM instrumentation) when submitting a build with Xcode 9 that contains the Marshal framework.

Technical details here: https://forums.developer.apple.com/thread/81893

shmigheghi commented 6 years ago

Resolved: Updating Carthage to 0.26.0 or newer fixes this issue.