Skip to content

Run Xcode Project on AppleWatch Device with latest version without download latest Xcode version.

Notifications You must be signed in to change notification settings

isatria/Xcode-watchOS-DeviceSupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

AppleWatch DeviceSupport for Xcode Tweet

last commit

Will update regularly.

Usage:

Below command is trying to extract all files zip of device support to /Applications/Xcode.app.

sudo pyton extract.py

You can use --target if your Xcode is not in /Applications/

sudo python extract.py --target /Document/Xcode.app
python extract.py -h
usage: extract.py [-h] [--target XCODEPATH]

Extract DeviceSupport files to Xcode.app

optional arguments:
  -h, --help          show this help message and exit
  --target XCODEPATH  custom Xcode.app path location

Manual

  1. Close Xcode.
  2. Open Finder.
  3. Press Shift+⌘ (Command)+G to open Go to Folder
  4. Enter: /Applications/Xcode/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/.
  5. Then extract (unzip) and copy the latest Device Support file do you want to this directory.

Note :
If your Xcode.app is not in /Applications/, change /Applications/Xcode to match the path of the existence of Xcode.app.

Supported Versions

watchOS 6:

watchOS 5:

watchOS 4:

watchOS 3:

watchOS 2:

External links

About

Run Xcode Project on AppleWatch Device with latest version without download latest Xcode version.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages