Unable to link GoogleAnalytics 3.01 with XCode 5 (missing required architecture x86_64)

Solution 1:

You're not doing anything wrong. I'm pretty sure google has not yet provided a arm64 version of their libGoogleAnalyticsServices.a, which is really annoying ...it has been weeks since the public the release of Xcode 5GM.

For now, I guess only build for armv7, armv7s or remove google analytics until they get their head out of their pants.

UDATE: Finally fixed https://developers.google.com/analytics/devguides/collection/ios/resources

Solution 2:

Select this option in the Architecture section in "Build Settings" and your code will run on iPhone 5S, I had the same trouble.

Build Settings