ios - How can I access a file inside the Pods? -
i have project uses cocoapods. includes third-party libraries have been using. but, per instruction developer, had sub-class 1 of them. original class used access file "xyz.bundle" in "pods" section of project. when trying access same sub-class, returns nil (in original file returning nil when using sub-classed item).
nsbundle.mainbundle().pathforresource("xyz", oftype: "bundle")
returns nil.
so, how can access bundle file in pods of project?
Comments
Post a Comment