3qnexx / nexxPLAY-iOS

nexxPLAY SDK for iOS
3 stars 2 forks source link

GoogleInteractiveMediaAds.framework not found #4

Closed apm-thomas-meyer closed 6 years ago

apm-thomas-meyer commented 6 years ago

We have problems to get the current Version 5.9.75 running with Xcode 10.

To demonstrate the problem, I created a test project and followed the provided instructions and got this error:

screenshot 2018-10-10 at 09 40 22

In another project in which we already successfully added the NexxSDK (5.9.62) we had to add the GoogleIMA framework in order to get the app starting. So to update the SDK from 5.9.62 to 5.9.75 in that app, I removed all the old files and added the new frameworks and the bundle just like before, except I also added the DailyMe framework. Unfortunately, I get the same error as above in the screenshot.

Let me know if there is anything you need from me to fix this.

Greetings

fdobre commented 6 years ago

I was able to solve GoogleInteractiveMediaAds issues and build using pods: pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7.2'

I had similar problems with DailyMeSDK, for that I had to use similar steps as the nexx framework to integrate it in xCode 10.

DanielLeberle commented 6 years ago

Google IMA SDK and DailyMe SDK must be integrated to your project in order to use nexxPLAY. You can download the version we support from our repository or add it via cocoapods (only Google IMA)

apm-thomas-meyer commented 6 years ago

Thanks guys, adding the GoogleIMA pod fixed it for me.