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

Disable Code Coverage needed for xCode 9 - Carthage Compatibility #17

Open
zirinisp opened this issue Sep 14, 2017 · 1 comment
Open

Comments

@zirinisp
Copy link

when submitting to App Store I am getting the following warning:

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.

It appears that this is being cause because Code Coverage is enabled on this framework.

For more information please visit:

Carthage/Carthage#2056

@zirinisp
Copy link
Author

Carthage/Checkouts/bms-clientsdk-swift-analytics-api/BMSAnalyticsAPI.xcodeproj/xcshareddata/xcschemes/BMSAnalyticsAPI iOS.xcscheme: codeCoverageEnabled = "YES">
Carthage/Checkouts/bms-clientsdk-swift-analytics-api/BMSAnalyticsAPI.xcodeproj/xcshareddata/xcschemes/BMSAnalyticsAPI Tests.xcscheme: codeCoverageEnabled = "YES">
Carthage/Checkouts/bms-clientsdk-swift-analytics-api/BMSAnalyticsAPI.xcodeproj/xcshareddata/xcschemes/BMSAnalyticsAPI watchOS.xcscheme: codeCoverageEnabled = "YES">

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

No branches or pull requests

1 participant