ios - Upgrading from Google Sign-In SDK 1.0.0 to 2.0.1 fails to compile on SKStore references -


following directions upgrade google sign-in sdk 1.0.0 2.0.1 on https://developers.google.com/identity/sign-in/ios/sdk/ causes following compile error.

undefined symbols architecture x86_64:   "_objc_class_$_skstoreproductviewcontroller", referenced from:       objc-class-ref in googlesignin(gidstorekit.o)   "_skstoreproductparameteritunesitemidentifier", referenced from:       l003 in googlesignin(gidstorekit.o) ld: symbol(s) not found architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation) 

add storekit.framework target's linked frameworks , libraries.

also double check addressbook.framework , systemconfiguration.framework linked.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -