1

I am trying to manually integrate Appodeal. but it show the following error. I follow This documentation.

see image

Can anyone help me to remove this error?

Jamil
  • 2,977
  • 1
  • 13
  • 23

2 Answers2

2

You need to add EventKit as a framework to your project.

To do that, go to your project's settings and click on the the "Build Phases" tab. You should see something like this:

Add Frameworks Here Click on the "+" button to add new frameworks.

And scroll down and you should see and add "EventKit.framework". You might also need to add "EventKitUI.framework" (it likely wouldn't hurt even if it wasn't needed).

Add Event Kit framework to your project

Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215
  • thanks Michael. by adding EventKit.framework it goes out 3 error. but yet it show 2 error related to – Jamil Jul 30 '18 at 15:22
  • Undefined symbols for architecture arm64: "_OBJC_CLASS_$_WCSession", referenced from: objc-class-ref in Appodeal(ADCDevice.o) ld: symbol(s) not found for architecture arm64 – Jamil Jul 30 '18 at 15:22
  • Hi guys, I am facing similar issue, did check in Build Phases everything is there, what else I can check? Error is Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_Appodeal", referenced from: objc-class-ref in libModuleAds.a(AppodealNetwork.o) – T M Nov 14 '18 at 11:56
0

same, in my case I had to add Appodeal.framework and GoogleMobileAds.framework in "Link with libraries"