Reputation: 25697
In Xcode 6 Beta 5 and previous betas, I could open a HomeKit Accessory Simulator by right-clicking on the icon in the dock and choosing Open Developer Tool > HomeKit Accessory Simulator. In Xcode 6 beta 6, this seems to be no longer the case:
How can I launch the accessory simulator now?
Upvotes: 4
Views: 5104
Reputation: 21
Recently (in 2016) Apple has moved the HomeKit Accessory Simulator to Additional Tools for XCode Package: https://developer.apple.com/download/more/?=additional%20tools
Upvotes: 2
Reputation: 625
Copy HomeKit Accessory Simulator.app to your Xcode.app/Contents/Applications/ directory and it will appear in the Xcode Open Developer Tool menu
Upvotes: 3
Reputation: 139
The easiest way is in Xcode go to Xcode->Open Developer Tools->More Developer tools. It will redirect you to Apple developer portal. Choose to download Hardware IO Tools for Xcode The HK simulator is one of the installed application
Upvotes: 3
Reputation: 25697
It looks like it was moved to the "Hardware IO Tools for Xcode" package, available from this page:
Hardware IO Tools for Xcode - Late August 2014
This package includes additional hardware i/o tools formerly bundled in the Xcode installer. These tools include: Apple Bluetooth Guidelines Validation, Bluetooth Explorer, HomeKit Accessory Simulator, IO Registry Explorer, Network Link Conditioner.prefpane, PacketLogger and Printer Simulator. These graphics tools support running on OS X 10.10 and OS X 10.9.
(emphasis mine)
It comes as an app after you open the .dmg:
Looks like you just move it to /Applications, and it works fine.
Upvotes: 1
Reputation: 46598
if you read release notes
HomeKit Accessory Simulator
• HomeKit Accessory Simulator is now included in a separate product called Hardware IO Tools for Xcode, available on developer.apple.com/downloads. (17738621)
Upvotes: 8