-
Notifications
You must be signed in to change notification settings - Fork 107
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
found an unexpected Mach-O header code: 0x72613c21 in Xcode 11 #232
Comments
I am also facing the same issue. |
Please try the latest version, i.e. - 2.1.31 |
I am already using the version mentioned. Any other solution please |
Fixed it by adding the framework using cocoapods. |
Is there any solution without using podfile because my project I am not using any pods |
Hi @tejas-freo : You can try manual linking as mentioned in the docs, also we recommend to use AUTO LINKING. Also, try our new and updated react-native-razorpay ~> 2.1.32. Closing this issue due to the time elapsed. Please feel free to either re-open the issue or create a |
Archiving the project works well. But when I tried distributing I get the error " found an unexpected Mach-O header code: 0x72613c21 ". After googling, the solutions said I need to remove the framework from embedded frameworks. If I remove it, the disappears but the app does not work.
The text was updated successfully, but these errors were encountered: