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

found an unexpected Mach-O header code: 0x72613c21 in Xcode 11 #232

Closed
Coppercodes1 opened this issue Nov 6, 2019 · 6 comments
Closed

Comments

@Coppercodes1
Copy link

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.

@tejas-freo
Copy link

I am also facing the same issue.

@Nautiyalsachin
Copy link
Contributor

Please try the latest version, i.e. - 2.1.31

@tejas-freo
Copy link

I am already using the version mentioned. Any other solution please

@Coppercodes1
Copy link
Author

Fixed it by adding the framework using cocoapods.
Add the following line in the podfile and update pod.
pod 'razorpay-pod', :git => 'https://github.com/razorpay/razorpay-pod.git', :branch => 'swift5.1'.
Dont forget to link it.

@tejas-freo
Copy link

Is there any solution without using podfile because my project I am not using any pods

@Nautiyalsachin
Copy link
Contributor

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
new issue if you have any additional queries.

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

3 participants