-
-
Save ethanhuang13/b9b4b875db9b49a124e2af194b97be68 to your computer and use it in GitHub Desktop.
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/13.2/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport | |
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/6.1/ /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport | |
sudo ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/DeviceSupport/13.2/ /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/DeviceSupport |
Updated for Xcode 10 beta 3 (10L201y), iOS 12 beta 3 (16A5318d), watchOS 5 beta 3 (16R5313d), and tvOS 12 beta 3 (16J5313d)
Updated for Xcode 10 beta 4 (10L213o), iOS 12 beta 4 (16A5327d), watchOS 5 beta 4 (16R5322d), and tvOS 12 beta 4 (16J5322d)
Updated for Xcode 10 beta 5 (10L221o), iOS 12 beta 5 (16A5339e), watchOS 5 beta 5 (16R5334f), and tvOS 12 beta 5 (16J5334e)
Updated for Xcode 10 beta 6 (10L232m), iOS 12 beta 7 (16A5354b), watchOS 5 beta 7 (16R5349a), and tvOS 12 beta 7 (16J5349a)
Updated for Xcode 10.1 beta 2 (10O35n), iOS 12 beta 7 (16B5068g), watchOS 5 beta 7 (16R5568d), and tvOS 12 beta 7 (16J5584c)
Updated for Xcode 11 beta
Updated for Xcode 11.2 beta
If you get this error, dyld_shared_cache_extract_dylibs failed
, just prep the device first in Xcode Beta.
If you get this error,
dyld_shared_cache_extract_dylibs failed
, just prep the device first in Xcode Beta.
What do you mean with 'prep the device'?
What do you mean with 'prep the device'?
+1
I didn't encounter the error. But I think @mycroftcanner is referring to this:
Prepare the device on Xcode 11.2 beta first, then Xcode 11 should work with this script.
Updated for Xcode 10 beta 2 (10L177m), iOS 12 beta 2 (16A5308d), watchOS 5 beta 2 (16R5303d), and tvOS 12 beta 2 (16J5303d)