Post

Replies

Boosts

Views

Activity

Reply to No profiles could be merged error during code coverage stage in jenkins with Xcode 13
Even when it is build locally, test succedes, but fails to gather code coverage data and fails with the error failed to merge raw profiles in directory
Replies
Boosts
Views
Activity
Mar ’22
Reply to No profiles could be merged error during code coverage stage in jenkins with Xcode 13
Also I observed it is failing to generate Coverage.profdata file inside DerivedData/build/Profiledata
Replies
Boosts
Views
Activity
Apr ’22
Reply to No profiles could be merged error during code coverage stage in jenkins with Xcode 13
Also I observed it is failing to generate Coverage.profdata file inside DerivedData/build/Profiledata
Replies
Boosts
Views
Activity
Apr ’22
Reply to XCode 13 Not reporting accurate test Covarage
Disabling the code coverage for the pod repos inside pod project resolved this issue. Add bellow script in Podfile to disable the code coverge config.build_settings['CLANG_ENABLE_CODE_COVERAGE'] = 'NO' config.build_settings['swiftc'] = '$(SRCROOT)/SWIFT_EXEC-no-coverage'
Replies
Boosts
Views
Activity
Apr ’22
Reply to No profiles could be merged error during code coverage stage in jenkins with Xcode 13
Disabling the code coverage for the pod repos inside pod project resolved this issue Add bellow script in Podfile to disable the code coverge config.build_settings['CLANG_ENABLE_CODE_COVERAGE'] = 'NO' config.build_settings['swiftc'] = '$(SRCROOT)/SWIFT_EXEC-no-coverage'
Replies
Boosts
Views
Activity
Apr ’22
Reply to Error in installing enterprise build from XCode15 beta to iOS 17 beta OS device
The issue is fixed in the latest version Xcode 15.2
Replies
Boosts
Views
Activity
Jan ’24