Skip to content

Instantly share code, notes, and snippets.

View anas-p's full-sized avatar
🎯
Focusing

Anas Poovalloor anas-p

🎯
Focusing
View GitHub Profile
@anas-p
anas-p / gist:c05f78c72642a8f84f4da1545728c8da
Last active April 29, 2019 14:40 — forked from steipete/ios-xcode-device-support.sh
Using iOS 12.2 devices with Xcode 10.1
// The trick is to link the DeviceSupport folder from the beta to the stable version.
// Updated on Feb 15th, 2019 for Xcode 10.1
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.2\ \(16E5191d\) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
// Then restart Xcode and reconnect your devices. You will need to do that for every beta of future iOS versions
// sudo needed if you run the Mac App Store version. Always download the dmg instead... you'll thank me later :)