ibm-bluemix-mobile-services/bms-clientsdk-swift-core

Disable Code Coverage needed for xCode 9 - Carthage Compatibility

Opened this issue · 0 comments

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

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