Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Cocoa Simulator Gone?

Tags:

xcode6

Haven't found anything about where the Cocoa Simulator went.

I'm trying to simulate an OS X app UI without building/running.

Any way in Xcode 6 to load just the nib file to interact with?

like image 964
Ryan von Schwedler Avatar asked Aug 05 '26 18:08

Ryan von Schwedler


1 Answers

in xcode 5 you could simulate your document (editor -> simulate document), seems that this menu item is gone :/

find /Applications/Xcode.app/ -name "*Simulator"

export your xib to a nib file and run:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Interface\ Builder/Plug-ins/CocoaPlugin.ibplugin/Contents/Resources/IBCocoaSimulator.app/Contents/MacOS/IBCocoaSimulator "path to nib-file"
like image 50
ben Avatar answered Aug 09 '26 23:08

ben



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!