-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error reporting test coverage in Xcode 14.3.1 and above. #195
Comments
@abhijeetchoudhary1mg can you please share more detailed error logs which indicates the error caused due to razorpay-pod framework integration in your project. |
@ramprasadAnand I'm sharing a project with similar issues. In this, you can go through the detailed logs and reproduce issues using the steps mentioned in the description. |
Any update on this ? |
We figured out that the issue was happening because the xcframework generated was with toolchains older than 15. This has been fixed in the later versions. @SuryakantRapido |
what is fix version ? Is it release or yet to be released ? It is blocking our coverage reporting hence the question.
what is 15 signify here ? is this xcode version ? |
We're encountering a similar issue, and it's currently blocking the generation of our Test Case coverage report. Could you please provide an update on this? We're using SDK version 1.3.7 and Xcode version 15.3. P:S: This is working fine when used by pod but issue is occurring when we are using it with SPM. |
Description
Error reporting test coverage in Xcode when razor-pay pod is installed.
Razorpay pod Version :
1.3.2 and 1.3.4
Xcode Version :
14.3.1 and 15.0
What you did:
Using 'razorpay-pod' in native iOS project.
What happened:
Xcode is throwing error when trying to generate unit test coverage.
Failed to merge raw profiles in directory /{my project dir}/DerivedData/{my project name}/Build/ProfileData/A98EC493-3AB4-4B1C-B7FC-BC5D77B23EE3 to destination /{my project dir}/DerivedData/{my project name}/Build/ProfileData/A98EC493-3AB4-4B1C-B7FC-BC5D77B23EE3/Coverage.profdata: Aggregation tool '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-profdata' failed with exit code 1: warning: /{my project dir}/DerivedData/{my project name}/Build/ProfileData/A98EC493-3AB4-4B1C-B7FC-BC5D77B23EE3/997F01E3-3735-4897-AE00-31EBB0A9E8D3-57885.profraw: invalid instrumentation profile data (file header is corrupt) error: no profile can be merged
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
The text was updated successfully, but these errors were encountered: