Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ATLAddressBarViewController.h not found in Atlas.h

I am trying to run https://github.com/kwkhaw/quick-start-ios-swift this project. But facing this error while compiling the code. Following is the image description for the same.

like image 323
Nishant Dongare Avatar asked Sep 19 '15 13:09

Nishant Dongare


1 Answers

I ran into the same issue as yourself after I had upgraded to Xcode 7. Go to Target -> Search Paths -> User Header Search Paths and make sure you are not missing Pods/** - recursive. This fixed the problem for me.

like image 188
JLC Avatar answered Nov 18 '22 03:11

JLC