3

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

Damian Yerrick
  • 4,602
  • 2
  • 26
  • 64
Svitlana
  • 2,938
  • 1
  • 29
  • 38

3 Answers3

10

Add "GooglePlus.bundle" file to your project from Google iOS Sdk.

Sunil Zalavadiya
  • 1,993
  • 25
  • 36
1

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

Community
  • 1
  • 1
Svitlana
  • 2,938
  • 1
  • 29
  • 38
0

Here is the solution.

Get the fonts from finder and copy files to your project. Then in your Info.plist file make changes like

see this image

After this click on build phases make sure you included font files(Roboto..) over there.

for more clarity

For more clarity check it..How to include and use new fonts in iPhone SDK?

I hope it helps someone.

Community
  • 1
  • 1
Narasimha Nallamsetty
  • 1,215
  • 14
  • 16