Mickey Mestel

Results 7 comments of Mickey Mestel

we found that Xcode is crashing when it has to deal with a compiled storyboard in the framework, but that it is fine with an uncompiled storyboard. not only that,...

interesting. i hadn’t thought of playing with the storyboard itself. ours doesn’t use autolayout, as we imported a lot of existing code and nibs. this solves the problem completely, and...

I'm going on memory from a while ago, but I think this is correct. What we found was that Xcode does not like a compiled storyboard (Foo.storyboardc) in with the...

So I have a project where I'm building my framework. In that project is another target which is an app, and has the library as a dependency as well as...

Turns out it is the deployment target of the created framework. If it is anything less than 7.0, it is not loading the resources when run on the simulator for...

glad i could help! > Thank you, mickmgit! Your last comment solved the problem for me. I had a project with several xib files that I was migrating from Xcode...

Didn’t know that, will have to check that one out. Thanks! > The easier way to do the same is just convert your xib files back to Xcode 4.6 compatibility...