ealeksandrov / EAIntroView

Highly customizable drop-in solution for introduction views.
MIT License
3.76k stars 501 forks source link

Problem to import the EAIntroView.h #196

Closed thalesbm closed 7 years ago

thalesbm commented 7 years ago

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.

thalesbm commented 7 years ago

I figured out :)