Search Unity

Found an unexpected Mach-O header code

Discussion in 'Unity Build Automation' started by hattori, Apr 13, 2017.

  1. hattori

    hattori

    Joined:
    Oct 18, 2014
    Posts:
    21
    Hi, there.

    My build fails on Unity Cloud Build.
    I'm so stuck with the following error which I've never seen before...
    Is anybody knows what "Found an unexpected Mach-O header code" is or has cue ??

    9194: [xcode] ** ARCHIVE SUCCEEDED **
    9195: + Packaging IPA
    9196: [xcode] Now using system ruby.
    9197: [xcode] 2017-04-13 01:03:59.910 xcodebuild[6442:19231] [MT] IDEDistribution: Failed to generate distribution items with error: Error Domain=DVTMachOErrorDomain Code=0 "Found an unexpected Mach-O header code: 0x72613c21" UserInfo={NSLocalizedDescription=Found an unexpected Mach-O header code: 0x72613c21, NSLocalizedRecoverySuggestion=}
    9198: [xcode] 2017-04-13 01:03:59.911 xcodebuild[6442:19231] [MT] IDEDistribution: Step failed: <IDEDistributionSigningAssetsStep: 0x7ff1a4b645a0>: Error Domain=DVTMachOErrorDomain Code=0 "Found an unexpected Mach-O header code: 0x72613c21" UserInfo={NSLocalizedDescription=Found an unexpected Mach-O header code: 0x72613c21, NSLocalizedRecoverySuggestion=}
    9199: [xcode] error: exportArchive: Found an unexpected Mach-O header code: 0x72613c21
    9200: [xcode] Error Domain=DVTMachOErrorDomain Code=0 "Found an unexpected Mach-O header code: 0x72613c21" UserInfo={NSLocalizedDescription=Found an unexpected Mach-O header code: 0x72613c21, NSLocalizedRecoverySuggestion=}
    9201: [xcode] ** EXPORT FAILED **
    9202: ! build of 'default-ios' failed. compile failed

    Cheers