corymsmith / react-native-icons

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

Build with react 0.3.11 fails with linked .a file, but works when adding source files #16

Closed jsierles closed 9 years ago

jsierles commented 9 years ago

If I add the .a file from Products, the build mysteriously fails with no errors. If I remove this file, but instead add the entire IOS directory to the project, the build succeeds.

EvanJin commented 9 years ago

@jsierles how did you solved it?

jsierles commented 9 years ago

By adding the IOS directory directly to the project via 'Add Files'. It's not required to link the .a file.