Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Feedback 2019 ios target fail

Discussion in 'iOS and tvOS' started by chengdelizhi, Mar 12, 2020.

  1. chengdelizhi

    chengdelizhi

    Joined:
    Aug 23, 2019
    Posts:
    5
    ld: bitcode bundle could not be generated because Libraries/libiPhone-lib.a(UnityPlugin.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7
     
  2. vzheng

    vzheng

    Joined:
    Dec 4, 2012
    Posts:
    44
    me too.
    2019.3.2f1


    ld: warning: arm64 function not 4-byte aligned: _unwind_tester from /Users/lusha/Desktop/Bitworld/Build/bitworld/Libraries/libiPhone-lib.a(unwind_test_arm64.o)

    ld: bitcode bundle could not be generated because '/Users/lusha/Desktop/Bitworld/Build/bitworld/Libraries/libiPhone-lib.a(UnityPlugin.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64

    clang: error: linker command failed with exit code 1 (use -v to see invocation)
     
  3. jblong0717

    jblong0717

    Joined:
    Dec 17, 2018
    Posts:
    1
    same here
    2018.4.19f1
     
  4. LcrSuperran

    LcrSuperran

    Joined:
    May 8, 2020
    Posts:
    1
    i have same problem .
    i use 2019.3.8f1 to Archive Target "Unityframework" ,when Bitcode enable, archive failed.
    i use 2019.2.17f1 to Archive Target "Unity-iPhone", when Bitcode enable, archive success.
     
  5. Wecica

    Wecica

    Joined:
    Jul 20, 2016
    Posts:
    27
    How to solve this?....>_<