LoginSignup
2
2

More than 5 years have passed since last update.

Google admob SDK 6.12.0でEventKit、EventKitUIフレームワークが必須に

Posted at

Google admob SDK はEventKit と EventKitUIフレームワークが必要になりました

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_EKEvent", referenced from:
      objc-class-ref in libGoogleAdMobAds.a(GADOpener.o)
  "_OBJC_CLASS_$_EKEventEditViewController", referenced from:
      objc-class-ref in libGoogleAdMobAds.a(GADOpener.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

こんなエラーが出たら
プロジェクトにEventKitとEventKitUIフレームワークを追加しましょう。

追加後はcleanしてからbuildで確認を

2
2
1

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
2
2