Re: Unable to use iOS framework which is internally using xib

2014-03-23 Thread Jens Alfke
On Mar 23, 2014, at 8:09 AM, Devarshi Kulshreshtha wrote: > While creating the framework, I included all xibs, including > ViewControllerWithinFramework.xib within its 'Copy Bundle Resources' > build phase. > > Now my problem is when I try to integrate that framework within other > project, it

Unable to use iOS framework which is internally using xib

2014-03-23 Thread Devarshi Kulshreshtha
I am trying to make a universal framework for iOS by following steps specified in this URL: http://blog.db-in.com/universal-framework-for-ios/ I have a view controller class within that framework which internally loads a xib file. Below is a part of code which shows how I am initializing that view