nek023/QBImagePicker

framework not found QBImagePicker for architecture arm64

wootwoot1234 opened this issue · 0 comments

I'm trying to add this to a module that I'm using in my react native project.

When I build the module where QBImagePicker is installed I don't get an error but when I build my app that has the module included I get the following error.

ld: framework not found QBImagePicker for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I installed QBImagePicker using Carthage, anyone had this issue and know how to fix it?