LoginSignup
0
0

More than 5 years have passed since last update.

xcode8.21 + FacebookAudienceNetwork SDK導入時に下記エラーが出たら

Last updated at Posted at 2017-05-09

xcodeで下記エラーが出た。


error: Invalid bitcode version (Producer: '802.0.41.0_0' Reader: '800.0.42.1_0')
clang: error: linker command failed with exit code 1 (use -v to see invocation)

こちらを参考にxcodeをなくなく、8.21から8.32以上にアップデートと思いましたが、、
そもそもxcode8.32は、EL Capitanに入らない。。。汗!

image.png

なくなくFanSDKの方の古いバージョンのSDKをpodsでいれたら

Podfile
〜
pod 'FBAudienceNetwork', '4.20.0'
〜

Installing FBAudienceNetwork 4.20.0 (was 4.22.0)

適当にバージョン4.20をインストール!

無事ビルド成功!!汗w

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0