View Single Post
It's me again! I'm sure I'm becoming a bit of a pain but this is a crucial part of my development process.

I've tested my app (which uses the Omni Frameworks) to it's full extent on the iOS Simulator and am now needing to test it on my iPad.

So I thought this would be easier than when i first built it for the simulator as i had already build all the frameworks. I change the configuration from Simulator to Device and build it. BAM! I'm back where I was when I first built it for the simulator with multiple warnings.

However, they're not problems with the frameworks I must admit they're warnings from my own classes where I try to import a class from the OmniUI framework. Some import fine others don't. Here's what I mean:



Why do you think this is happening?