ealeksandrov/EAIntroView

Problem to import the EAIntroView.h

thalesbm opened this issue · 1 comments

Hi! I've been trying to import the EAIntroView.h, but until now without success. I tried to search on the internet but I couldn't find a solution.

My pod file is like this:

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'Scan Document Demo' do
  pod 'EAIntroView', '~> 2.10.0'
  pod 'SMPageControl', '~> 1.2'
end

My Bridging-Header.h:
#import "EAIntroView.h"

And I am getting the issue: error: 'EAIntroView.h' file not found

I looked the issue #143, but for some reason I couldn't figure out what was wrong with my project.

I figured out :)