I am creating a private library that includes resources that are referenced by components in the library. The library is shared with apps using CocoaPods. In the .podspec for
The obvious solution that wasn’t listed anywhere is using the Cocoapods generated bundle (which the folder actually doesn’t exist) as a NSBundle:
have a try: http://blog.flaviocaetano.com/post/cocoapods-and-resource_bundles/
it worked for me!!