RACSignupDemo
RACSignupDemo copied to clipboard
Build Failing - EXTScope.h File not found.
Josh, compliling the Project is failing : /Users/..../RACSignupDemo/iOSDemo/IMMViewController.m:10:9: 'EXTScope.h' file not found.
Tried below things:
- I modified Podfile (pod 'ReactiveCocoa', '2.1.8').
- Did 'pod install' from terminal navigating to the project root folder.
Please let me know where i am doing wrong.
The project uses submodules, not CocoaPods. Try:
- Close Xcode.
git submodule update --recursive --init
Hello, please update the project, as a RAC beginner, do not understand,Thanks