Roman Barzyczak
Roman Barzyczak

Reputation: 3813

GoogleAnalytics 2.0b3 ios 5 support

Have any information about support google analitics 2.0 for iOS 5 ? I got this error on iOS 5

GoogleAnalytics 2.0b3 void GAIUncaughtExceptionHandler(NSException *) (GAIUncaughtExceptionHandler.m:41): Uncaught exception: Could not instantiate class named NSLayoutConstraint handler threw exception

Can I upload my app to appstore with this google analitics 2.0 beta library? Because i know that we cant upload app with "beta" information ..

Upvotes: 3

Views: 1203

Answers (2)

Theodoros80
Theodoros80

Reputation: 796

I did had the same error and according to this i had to uncheck autolayout for my xib. Worked for me.

Upvotes: 0

Roman Barzyczak
Roman Barzyczak

Reputation: 3813

This is problem with libraries, try change social.framework, adsupport.framework and accounts.framework to optional in build phases.

Upvotes: 1

Related Questions