Undo
Undo

Reputation: 25697

Where did the Homekit Accessory Simulator go in Xcode 6 beta 6?

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:

enter image description here

How can I launch the accessory simulator now?

Upvotes: 4

Views: 5104

Answers (5)

Matas Petrikas
Matas Petrikas

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

CalvinS
CalvinS

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

YuvalJ
YuvalJ

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

Undo
Undo

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:

enter image description here

Looks like you just move it to /Applications, and it works fine.

Upvotes: 1

Bryan Chen
Bryan Chen

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

Related Questions