corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Upon bringing in libReactNativeIcons.a to Link Binary With Libraries, error happens #45

Closed evanmrose closed 9 years ago

evanmrose commented 9 years ago

When I add libReactNativeIcons.a to Link Binary With Libraries, i get the following error -->

Unable to run command 'Libtool libReactNativeIcons.a' - this target might include its own product.

Then I am unable to clean or build the app until I remove it. Any Ideas what is going on?

evanmrose commented 9 years ago

Fixed my own issue. I had added libReactNativeIcons.a to the React Native Icons xCode project and when I tried to add it again to my own project, it tried to reference itself it seems.