mohebifar/react-native-loader

Where is the libART.a file?

Closed this issue · 2 comments

Hi I just installed react-native-loader through npm but I can't find the libART.a file. Could you please help me?

This was just due to my inexperience with xcode. In case anyone else also has this problem - go to your .xcworkspace file then go to build phases. Under 'Link binary with libraries', press on '+' and select libART.a

@AngSin You saved my day!