xcode - invalid bitcode

后端 未结 10 2182
时光取名叫无心
时光取名叫无心 2021-02-15 13:20

I\'m getting this error

error: Invalid bitcode signature

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

10条回答
  •  南笙
    南笙 (楼主)
    2021-02-15 13:53

    In my project I fixed this by setting all "Bitcode enabled" options to "No". That includes all targets and all projects in the workspace (main project, Cocoa Pod project).

提交回复
热议问题