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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -