mobfox / MobFox-iOS-SDK

Apache License 2.0
15 stars 12 forks source link

Pod conflicting names: mobfoxsdkcore.framework and matmoatmobileappkit.framework #77

Closed jonameson closed 5 years ago

jonameson commented 5 years ago

We are trying to include the SDK and admob adapter but we are getting the following errors. Any ideas why? Not even sure if this would be the place to post this.


Using following pods:

pod 'MobFoxSDK','3.6.0' pod 'MobFoxSDK_AdMobAdapter','3.5.1'


Error log:

[!] The 'Pods-AppName' target has frameworks with conflicting names: mobfoxsdkcore.framework and matmoatmobileappkit.framework.

nabriski commented 5 years ago

Hi, Our iOS dev will try and reproduce this and update this issue.

In the mean time, not sure if this will help, but I'd try to match the sdk and adapter versions: pod 'MobFoxSDK','3.6.0' pod 'MobFoxSDK_AdMobAdapter','3.6.0'

jonameson commented 5 years ago

Ah ok I'll check.

Side questions... Is the following admob adapter here the latest? https://github.com/mobfox/MobFox-iOS-SDK/tree/master/Adapters/AdMob

nabriski commented 5 years ago

For a definitive answer I would wait for our iOS dev, but from what I see, this is the version that was used in adapter's 3.6.0 podspec. It's most probably the latest.

OfirKa commented 5 years ago

Hey @jonameson, pod 'MobFoxSDK','3.6.0' is already included in the pod 'MobFoxSDK_AdMobAdapter','3.5.1'. There is no need to declare them both.

Please you pod 'MobFoxSDK_AdMobAdapter','3.5.1' alone. Ofir

jonameson commented 5 years ago

@OfirKa I had a feeling that was happening. Thanks for clearing it up! Consider this ticket resolved.

OfirKa commented 5 years ago

Sure!