I just compiled a project and Xcode returns these two errors which don\'t seem to be my code\'s fault. How do I fix them?
Undefined symbols for architecture i386
Google is your friend: someone else fixed this by adding the Accelerate framework to their project (and this does look like a framework error).
https://github.com/rnystrom/RNBlurModalView/issues/5
Make sure you also have the QuartzCore framework included as well, as that is also required by that library.