RNBoilerplate
RNBoilerplate copied to clipboard
Issue encountered after cloning and running the project
Hi
I got this error when I attempted to run the project. (though it's empty but i guess this shouldn't be thrown though)
- RNBoilerplate-Prefix.pch : Lexical or Preprocessor Issue 'DDLog.h' file not found
Make sure that in your Build Phases you have DDLog.m in your Compile Sources.
Yes, It seems that the reference source code under Vendor folder are not included in the downloaded project. I just manually added them and it's working now.
Thanks