Skip to content

Instantly share code, notes, and snippets.

@hmchen
Created September 27, 2017 20:54
Show Gist options
  • Save hmchen/cd4eee1afbef72c4c54ddc431f8475c8 to your computer and use it in GitHub Desktop.
Save hmchen/cd4eee1afbef72c4c54ddc431f8475c8 to your computer and use it in GitHub Desktop.
Xcode Tips

// Use an older version of Xcode to build on a new device. // Example use Xcode 8 to build on a device running iOS 11

sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.* \ /Applications/Xcode8.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment