I am trying to pull and use the storyboard in my main project, which is created as part of the framework. This should use the structure in a variety of different projects in the future.
I was able to use the package to associate the storyboard with the main project, and I can see it when I create the application. However, an additional ViewController, also within the framework, is not bound at runtime. All classes in the structure are imported into the main project.
The error message says that he cannot find the view controller.
I tried to add a view controller to the package, but it doesn’t like it because it will not allow the .h file in the bundle. I also tried to invert dependencies, so the structure became package dependent (the thought was that all classes in it, including my view manager, would be loaded first).
Has anyone come across this before? I would really appreciate suggestions for a fix!
Thank you, Chris
source
share