RACSignupDemo icon indicating copy to clipboard operation
RACSignupDemo copied to clipboard

Build Failing - EXTScope.h File not found.

Open aniketkulkarni56 opened this issue 11 years ago • 2 comments

Josh, compliling the Project is failing : /Users/..../RACSignupDemo/iOSDemo/IMMViewController.m:10:9: 'EXTScope.h' file not found.

Tried below things:

  1. I modified Podfile (pod 'ReactiveCocoa', '2.1.8').
  2. Did 'pod install' from terminal navigating to the project root folder.

Please let me know where i am doing wrong.

aniketkulkarni56 avatar Feb 21 '14 12:02 aniketkulkarni56

The project uses submodules, not CocoaPods. Try:

  1. Close Xcode.
  2. git submodule update --recursive --init

joshaber avatar Feb 21 '14 14:02 joshaber

Hello, please update the project, as a RAC beginner, do not understand,Thanks

PinkJoker avatar May 13 '17 02:05 PinkJoker