Xcode是Apple iOS的应用市场app store移动应用的开发工具,支持不同设备、不同应用场景的开发,本文主要描述xcode开发工具开发环境的搭建。
![](https://file.jishuzhan.net/article/1713821103014547457/92f51d1d8516c664f77713331720666e.webp)
如上所示,在macos中,使用app store安装xcode开发工具
![](https://file.jishuzhan.net/article/1713821103014547457/353a9ba91f2f635aabc306a21c5947b2.webp)
如上所示,在macos中,使用xcode开发工具创建一个新的移动设备应用项目工程test2023
![](https://file.jishuzhan.net/article/1713821103014547457/14116dfb4d1d83c8066156d5210a5e6e.webp)
如上所示,在macos中,xcode开发工具支持iOS手机或者平板、watchos手表、tvos电视、macos操作系统、cross-platform跨平台设备应用的开发
![](https://file.jishuzhan.net/article/1713821103014547457/b27b1b036ea8c1cce33d44d5571828c1.webp)
如上所示,在macos中,xcode开发工具支持objective-c以及swift两种开发语言,项目工程test2023使用swift开发语言
![](https://file.jishuzhan.net/article/1713821103014547457/f928a208b127513e57a1d16f42a75983.webp)
如上所示,在macos中,使用xcode开发工具创建项目工程test2023成功
![](https://file.jishuzhan.net/article/1713821103014547457/e54127ddb37660feb41a9f0631e1547f.webp)
如上所示,在macos中,使用xcode开发工具的模拟器运行与显示项目工程test2023应用成功