# iOS UTS extension development

Version requirements: HBuilderX 3.6.9+

HBuilderX 3.6.9+, new uts plug-in iOS platform supports local compilation and real machine operation, needs to configure Xcode environment.

安装uts扩展插件Xcode后,您在本地修改uts插件iOS平台代码,即可在本地编译并真机运行到iOS设备,而无需再提交代码到云端制作自定义基座。

# uts extension

When you run the project with the uts plugin to iOS real device, the [uts development extension - iOS] plugin will be installed automatically, please be sure to install it. details as follows:

# Xcode环境配置

本地真机运行 uts插件 目前需要安装Xcode 15.2 或更高版本,以及和 Xcode版本相同的 Xcode Command Line Tools。

You can download it from the App Store or Apple Developer Website. This step will install the Xcode IDE, Xcode command-line tools and the iOS simulator.

If it is a new download of Xcode, open it once and confirm that the command line tool of Xcode is as shown in the figure below:

# Command line tools for Xcode

Start Xcode and check to see if you have a version of Command Line Tools in the Xcode | Settings (or Preferences) | Locations menu. Xcode's command-line tools include some necessary tools, such as git and so on.

Command Line Tools

Please make sure that your local environment is prepared as shown above before using the uts plug-in to run on the real machine.