ATLAddressBarViewController.h not found in Atlas.h
Asked Answered
D

1

8

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.

Deviation answered 19/9, 2015 at 13:21 Comment(0)
G
16

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.

Gag answered 22/9, 2015 at 23:9 Comment(2)
Just to save someone else some time. If you are missing this path you should add $(PODS_ROOT) and set it to recursive. Add it to the app target and it will automatically figure out the correct path.Clearance
Can someone post the text from their Header Search Paths?Dorsal

© 2022 - 2024 — McMap. All rights reserved.