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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -