iosarchitectureappodeal

Appodeal integration with iOS app shows error


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?


Solution

  • 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