catalinmiron / react-native-dribbble-app

Dribbble app built with React Native
MIT License
2.07k stars 408 forks source link

BlurView BlurViewManager not found #14

Open kscorpio opened 8 years ago

kscorpio commented 8 years ago

clang: error: no such file or directory: '/Users/liu/Downloads/react-native-dribbble-app-master 2/node_modules/react-native-blur/RNBlur/BlurView.m' clang: error: no input files

clang: error: no such file or directory: '/Users/liu/Downloads/react-native-dribbble-app-master 2/node_modules/react-native-blur/RNBlur/BlurViewManager.m' clang: error: no input files

seanmthompson commented 8 years ago

+1 Having the same issue as well. Can't build.

catalinmiron commented 8 years ago

Can you please provide some screenshots? I was able to build the app without having these errors.

seanmthompson commented 8 years ago

screen shot 2015-09-28 at 9 44 09 am

catalinmiron commented 8 years ago

@seanmthompson can you please remove node_modules and npm install again? Let me know if this issue still persist after reinstalling modules. Thanks

seanmthompson commented 8 years ago

Yeah still persisting. Even re-downloaded the source and installed node modules. What's weird is that Xcode says those dependencies don't exist, but they are showing in Finder as installed.

seanmthompson commented 8 years ago

Ok isolated the issue. Had to manually add the BlurView dependencies in Xcode. (didn't know I had to do that!)

catalinmiron commented 8 years ago

It's really weird, since react-native-blur was in node_modules.

Ok isolated the issue. Had to manually add the BlurView dependencies in Xcode. (didn't know I had to do that!)

This is what I should told you in the first place. I'm glad that you made it :+1:

Btw, thanks for checking the app!

seanmthompson commented 8 years ago

Thanks for the quick feedback! New to React Native (and Xcode) so still learning the ins and outs!