error: Invalid bitcode version (Producer: '800.0.35.0_0' Reader: '703.0.31_0')

前端 未结 7 1464
無奈伤痛
無奈伤痛 2020-11-30 08:24

When I try to Archive my application on Xcode 7.3.1, I am getting following error:

error: Invalid bitcode version (Producer: \'800.0.35.0_0\' Reader:

相关标签:
7条回答
  • 2020-11-30 09:16

    I also faced this error: Invalid bitcode version (Producer: '800.0.24.1_0' Reader: '703.0.31_0') I have googling so many but unable to find the proper solution. I tried Myself and solved this probable In my case this error occurs after adding FBSDK by drag and drop that we all usually do.
    You can resolve this problem by following these steps:

    1. Delete all pod script in build Phases.
    2. Delete the dragged FBSdks file from the project.
    3. Exit xcode and delete 3 things "Pod folder","Podfile.lock" and "Projectworkspace"
    4. Search and add FBSDK pod link in podfile
    5. Install the pod again by using terminal.... now open Xcode archive your project build.
    0 讨论(0)
提交回复
热议问题