-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core header not found #130
Comments
Hi, Best regards, 23 июля 2016 г., 14:21 +0300, Druux notifications@github.com, писал:
|
It doesn't work, even using ''APAddressBook/Swift', still getting "file not found" for APAddressbook.h in APAddressBook-Bridging.h. Please update your sample project to use APAddressbook through cocoapods to verify that it work. using |
Please, checkout P.S. You should use |
Any answer on this? Im having the same issue. |
@redi-wassere
|
@belkevich Hi, I have a similar-ish issues. I have a brand new project, Podfile that uses EDIT: I removed the |
I've started to use it through Carthage and it works perfectly now. |
Hi!
I created an Objective-C bridge header, imported the APAddressBook Pod and now I got the error message at the line
#import "APAddressBook.h"
in theAPAddressBook-Bridging.h
file:'APAddressBook.h' file not found
.Afterwards I added the
pod 'APAddressBook/Core'
dependency to my Podfile but that didn't solve the problem either.Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: