After updating to new Google+ sdk get an error NSBundle(GPP3PAdditions) gpp_registerFonts]_block_invoke() Unable to load font: Roboto-Regular
If someone got the same? thanks
After updating to new Google+ sdk get an error NSBundle(GPP3PAdditions) gpp_registerFonts]_block_invoke() Unable to load font: Roboto-Regular
If someone got the same? thanks
Add "GooglePlus.bundle" file to your project from Google iOS Sdk.
Yes it is helpfull thank you very much!!! Also if anyone using CocoaPods please see here it also will help GooglePlus with CocoaPods linking error
add ${inherited} to Other Linker Flags
Here is the solution.
Get the fonts from finder and copy files to your project. Then in your Info.plist file make changes like
After this click on build phases make sure you included font files(Roboto..) over there.
For more clarity check it..How to include and use new fonts in iPhone SDK?
I hope it helps someone.