2

After i draged AssetsLibrary.framework into the project i got errors when i tried to build project.

enter image description here

Anyideas how to fix this? Thanks!

Edit including link image

enter image description here

Varis Darasirikul
  • 3,013
  • 5
  • 25
  • 35

1 Answers1

1

At least you need to link with Assets Library Framework & Core Foundation Framework.

Go to Target > Build Phases > Link binary with libraries

Add all the missing libraries

iOS 8 heads-up, from Apple's doc:

IMPORTANT

In iOS 8.0 and later, use the Photos framework instead of the Assets Library framework. The Photos framework provides more features and better performance for working with a user’s photo library.

Community
  • 1
  • 1
Diego Freniche
  • 5,225
  • 3
  • 32
  • 45
  • i already have Assets Library Framework & Core Foundation Framework and also all lib which firebase need but still got that errors – Varis Darasirikul Apr 18 '15 at 15:13
  • Have you tried to clean you project (use Alt + Clean to Clean Build Folder) & rebuild? You also have some warnings before the errors. Also, review [this answer](http://stackoverflow.com/a/29656626/225503) & double check you have all your frameworks linked in the right target. Post a screen capture of your link section, please – Diego Freniche Apr 18 '15 at 15:18