anfa hamid
anfa hamid

Reputation: 83

On Google plus integration in iOS app crashes

i am trying to implement google plus login but app crashes and get the following error +[NSBundle gpp_registerFonts]: unrecognized selector sent to class 0x34ce2f0c

Upvotes: 0

Views: 95

Answers (1)

Sakina Sugra
Sakina Sugra

Reputation: 195

Ensure that uou have added -ObjC to Other Linker Flags in the build settings of your app.

Upvotes: 1

Related Questions