We are building three iOS application, these three apps are almost the same, so we have decided to create and use a library for the core of these apps. Also we are using CocoaPods for the dependencies. Everything is working fine except for libPhoneNumber-iOS.
I added libPhoneNumber-iOS as a dependency in our project (with CocoaPods), the resources and library is built, but the problem is the plist file use by libPhoneNumber is not loaded. So each time, the dictionary is null.
I found a solution by added this plist file to the subproject and it's working. But I don't want to do that for each app. Do you know what the problem could be?
Thanks.