macOS 版本对应的 Xcode 版本 macos-xcode-version
使用 macOS 解压 xip 文件
$ xip -x Xcode_13.xip
在解压出来的 Xcode.app 中删除不必要的平台
$ find . -name '*.platform'|xargs du -h -d
$ find . -name '*.platform'|grep -v chain|grep -v MacOSX|grep -v DriverKit|xargs rm -r
$ find . -name 'external'|xargs rm -rf
-
XCode 打开项目, 修改 Location.gpx
- lat
- lon
-
连接并在xcode中选择设备
-
Product -> Scheme -> Edit Scheme -> Run-Option-> Core Location -> 选择 Location
-
Build and then run the current Scheme