Skip to content
New issue

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

remove code coverage from production scheme due to LLVM #56

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JakubMazur
Copy link

Appstore not requires that in production build code coverage should be disabled. Further discussion on apple developer forum:

https://forums.developer.apple.com/thread/81893

When you integrate RazzleDazzle with carthage it will return error:

Invalid Bundle - Disallowed LLVM instrumentation. Do not submit apps with LLVM profiling instrumentation or coverage collection enabled. Turn off LLVM profiling or code coverage, rebuild your app and resubmit the app.

After release to the store. Disabling code coverage in scheme setting fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant