Xcode 6.1 OSX apps using storyboard does not render window or menubar -


I recently installed an OSX Swift-based app that was using xib for storyboard. Compile and deployed for 10 .10 works fine on machine with Yosemite, window weight, however, 10.9 is targeted and after it has been installed on VAM in which the movers have been installed, the window and the menu bar for the app load .

To separate this issue further, I created a blank new Xcode project with Storyboard enabled, ran an app for compiled 10.9 and VM running at 10.9, the same behavior is observed.

Is this an application running 10.9 using storyboard? Do I miss some extra runtime to execute the storyboard app on 10.9?

Storybars are new to Yosemite, they do not work with Mavericks if you create compatibility with 10.9 Need to keep, so stay with plain old xibs for now.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -