iWizard
iWizard

Reputation: 7144

How to properly include GoogleAdMobAds?

I have iOS 7 on my iphone, OSX 10.8.5 on mac and Xcode 5. When I run application from xcode on device or simulator everything is ok but when I try to "Archive" I get this error with google ads: enter image description here

and this frameworks I have included:

enter image description here

What I have done wrong?

Upvotes: 0

Views: 209

Answers (2)

chings228
chings228

Reputation: 1889

go target->build settings->architectures

change to standard , the one not using the arm64 which admob not support , then clean and archive again

Upvotes: 0

thebenjiman
thebenjiman

Reputation: 187

I think that you just have to wait for Google Admob team to deliver a binary supporting 64bits architecture.. last update on their blog was from last month for iOS; this month for Windows phones. Hope we'll not have to wait to much to finally support 64bit in our apps.

Upvotes: 3

Related Questions