I am facing problems while submitting the react native ios app on App store. It works well. There is no problem in archiving also. But after archiving , When I try to distribute the app I get an error "Found an unexpected Mach-O header code: 0x72613c21". Xcode version: 11.1
Asked
Active
Viewed 1,367 times
2
-
1Possible duplicate of [Found an unexpected Mach-O header code: 0x72613c21 in Xcode 7](https://stackoverflow.com/questions/33076819/found-an-unexpected-mach-o-header-code-0x72613c21-in-xcode-7) – Andrew Oct 22 '19 at 11:15
-
1Yes. But none of the solutions provided there worked for me – CopperCodes Oct 23 '19 at 04:31
-
Did you solve it ? I a m having the same problem and I don't use cocoapods – RileyDev Jan 30 '21 at 00:50
-
yeah same here :-( – The Dongster Mar 22 '21 at 08:40
1 Answers
0
I ran into the same problem although I think it was my own fault. I was upgrading an App for Admob 8 and the compatible Firebase version and I think while cleaning out the previous versions I deleted all the entries in General -> Frameworks, Libraries, and Embedded Content without realising that I also had GameKit and StoreKit frameworks in there. Whilst this carelessness had no effect on building and running for simulators and devices I got the Mach-O error when I tried to distribute the app to the store. Just dragging the frameworks back in fixed the problem for me.

PAP740
- 11
- 3