# XcodeDeviceSupport **Repository Path**: ilongge/xcode-device-support ## Basic Information - **Project Name**: XcodeDeviceSupport - **Description**: DeviceSupport - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 6 - **Created**: 2021-09-17 - **Last Updated**: 2025-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XcodeDeviceSupport #### 介绍 DeviceSupport 本库向不想升级Xcode并想调试高于Xcode原生ios版本的开发者提供调试包。 【注意事项】 执行脚本 ``` ilongge@ilonggedeMBP XcodeDeviceSupport % ./install_device_support.sh ====开始拉取仓库最新DeviceSupport==== Already up to date. Password: ====获取当前默认的Xcode==== /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport Password: cp 10.0 (14A345) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 10.1 (14B72c) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 10.2 (14C92) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 10.3 (14E277) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 11.0 (15A372) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 11.1 (15B87) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 11.2 (15C114) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 11.3 (15E216) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 11.4 (15F79) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 12.0 (16A366) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 12.1 (16B93) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 12.2 (16E227) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 12.3 (16F148) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 12.4 (16G77) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.0 (17A571) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.1 (17A853) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.2 (17B111) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.3 (17C54) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.4 (17E255) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.5 (17F80) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.6 (17G61) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 13.7 (17H35) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 14.0 (18A373) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 14.1 (18A8394) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 14.2 (18B92) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 14.3 (18C65) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 14.4 (18D48) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 14.5 (18E212) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 15.0 (19A339) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 9.0 (13A344) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 9.1 (13B143) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 9.2 (13C75) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport cp 9.3 (13E28) -> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport Install Device Support Done! ``` 完成后请执行以下步骤 * **关闭Xcode** * **关闭模拟器** * **断开手机与电脑的连接** * **重新连接手机与电脑** * **开启Xcode** 【**其他**】 1、如不生效请看具体注意事项 2、不是所有版本都有调试包。 3、不是所有包都会生效