Reputation: 7144
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:
and this frameworks I have included:
What I have done wrong?
Upvotes: 0
Views: 209
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
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