corymsmith / react-native-icons

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

'User Search Paths' not in Xcode #13

Closed adriansdev closed 9 years ago

adriansdev commented 9 years ago

I'm stuck on point 6. There are a number of similar labels in Build Settings but none which are exactly 'User Search Paths'. The photo shows my available option

search paths

corymsmith commented 9 years ago

That's my bad, it's the User Header Search Paths option

On Wed, Apr 15, 2015 at 11:46 AM, adrian-social-prod notifications@github.com wrote:

I'm stuck on point 6. There are a number of similar labels in Build Settings but none which are exactly 'User Search Paths'. The photo shows my available option

search paths

Reply to this email directly or view it on GitHub: https://github.com/corymsmith/react-native-icons/issues/13

corymsmith commented 9 years ago

@adrian-social-prod Did you end up getting this working?

adriansdev commented 9 years ago

Hi, not quite, I have the 'No manager class found for view with module name "FAKIconImage"' problem, which i can't figure out.

When I set User Header Search Paths only the Debug field is populated but Release does show the path when i click on it and they are set to recursive.

Thanks

search paths

I think your example on the front page is missing the Icon require line var Icon = require('FAKIconImage');

corymsmith commented 9 years ago

Did you add the .a file? This is usually when the static lib isn't included.

josebalius commented 9 years ago

@corymsmith I am not seeing User Header Search Paths in the ReactNativeIcons Project Build Settings......what I'm I missing?

corymsmith commented 9 years ago

@josebalius You should see it if you click on the ReactNativeIcons target and then go to the build settings.

screenshot 2015-04-17 15 12 28

josebalius commented 9 years ago

@corymsmith thank you! I had Basic selected instead of All <--- ios newb. Now the project won't build, but i'll continue to debug that and report back.

corymsmith commented 9 years ago

Ok let me know, glad to help!

On Fri, Apr 17, 2015 at 3:17 PM, Jose Garcia notifications@github.com wrote:

@corymsmith thank you! I had Basic selected instead of All <--- ios newb. Now the project won't build, but i'll continue to debug that and report back.

Reply to this email directly or view it on GitHub: https://github.com/corymsmith/react-native-icons/issues/13#issuecomment-94077278