Unable to link ALAssetsLibrary
In Xcode 10.2 I just added
AssetsLibrary.framework
in the Target>Build Phases> Link Binary With Libraries section
You need to add the AssetsLibrary
framework to the “Link Binary With Libraries” build phase of your PickThumb
target.
How to "add existing frameworks" in Xcode 4?