CocoaPods 1.0.0 pod lib lint 'libPhoneNumber-iOS/NBPhoneNumber.h' file not found
I have a private pod that has libPhoneNumber-iOS as a dependency.
I am trying to run pod lib lint on my podspec and it keeps failing the error sums up to this:
'libPhoneNumber-iOS/NBPhoneNumber.h' file not found
I am importing with
#import <libPhoneNumber-iOS/NBPhoneNumberUtil.h>
#import <libPhoneNumber-iOS/NBPhoneNumber.h>
It builds with out a problem, but it won't lint.
Could it be the - in the name? Is it possible to rename it? libPhoneNumberiOS maybe?
That's too hard to change (It was registered in https://cocoapods.org/pods/libPhoneNumber-iOS)
Anyway, is that file is actually exists at "libPhoneNumber-iOS/NBPhoneNumberUtil...." ?
It is. This is "standard" installation via cocoapods.
hi guys, any news about this?
I have the same problem, What's the solution?
I still haven't tried it. But perhaps changing to frameworks (use_frameworks! in Cocoapods) and importing with @import libPhoneNumber_iOS might solve it.