Found an unexpected Mach-O header code: 1918975009 in xCode 6

In my case this issue (“found an unexpected mach-o header code 0x72613c21”) appeared after I’ve installed Crashlytics, Fabric.

Somehow pods appeared to become an embedded binary. So I had to remove it, pod install once more, and the issue disappeared.

Remove pods from embedded binaries

Leave a Comment