Mac-O linker error

51 views
Skip to first unread message

loveblur

unread,
Jul 7, 2013, 11:36:40 PM7/7/13
to fireba...@googlegroups.com

I have met some linker error while i creating a simple login using firebase framework for ios.
Attached the code snippets i have used. 

Any idea?


Vikrum Nijjar

unread,
Jul 8, 2013, 6:42:27 PM7/8/13
to fireba...@googlegroups.com
Hi,

  These are a result of a missing framework, specifically libicucode.dylib. Go to your Project Target -> Build Phase -> (expand) Link Binary with Libraries. That will bring you to this screen:

Inline image 1



Then press the '+' at the bottom of that section, and add 'libicucore.dylib': 

Inline image 2


To recap; for the base Firebase framework, you need:

  • Security.framework
  • CFNetworking.framework
  • Foundation.framework
  • libicucore.dylib

For the Firebase iOS Simple Login framework, you also need:
  • Accounts.framework
  • Social.framework

Vikrum






--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Screen Shot 2013-07-08 at 3.36.53 PM.png
Screen Shot 2013-07-08 at 3.38.24 PM.png

Vikrum Nijjar

unread,
Jul 8, 2013, 6:42:56 PM7/8/13
to fireba...@googlegroups.com
* libicucode.dylib -> libicucore.dylib.
Screen Shot 2013-07-08 at 3.38.24 PM.png
Screen Shot 2013-07-08 at 3.36.53 PM.png
Reply all
Reply to author
Forward
0 new messages