I’m archiving my iOS app for submission to the App Store. I’m getting the following error when validating the archive.
2015-08-01 17:47:03 +0000 [MT] Failed to generate distribution items with error: Error Domain=DVTMachOErrorDomain Code=1 “Found an unexpected Mach-O header code: 1918975009” UserInfo=0x7fc9b9f6c040 {NSLocalizedDescription=Found an unexpected Mach-O header code: 1918975009, NSLocalizedRecoverySuggestion=}
This error goes away when I remove the MoPub.bundle from the ‘Copy Bundle Resources’ step in Build Phases but this naturally breaks the MoPub integration.
The only related info I can find is on Stack Overflow here and this GitHub issue here. I haven’t been able to find a solution that works yet. I installed the MoPub framework with the latest Fabric app.