1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

Problem with library on iPhone 5, wrong arch #248

Open SrdjanSpasojevic opened 7 years ago

SrdjanSpasojevic commented 7 years ago

Hello,

I'm experiencing a problem with library on iPhone 5, first off all App is crashing on startup, error is wrong arch for CTAssetsPicker (sorry that I don't have code of the error right now, I'll update my question). If I set the library from "Required" to "Optional" in linked Frameworks and Libraries, the App runs, but CTAssets picker isn't there. Is the library built for 32 bit devices?

Thanks!