# iOS

Building for iOS


# System Requirements

- Unity 2021.3.22f1 >
  - Default Unity Render Pipeline
- iOS 15.4 >
- iPhone 12 >
  - Pro devices are needed in order to utilize 3D scans
- Xcode 14.2 >

# Build Process

  1. Build the project (File \ Build And Run)
  2. Xcode will launch and fail to build due to missing Signing information
  • Go to the root of the project (usually Unity-iPhone in the files tree)
  • Go to the 'Signing & Capabilities' tab
  • Check 'Automatically manage signing' and choose your developer account
  • Make sure your mobile phone is connected and was detected by Xcode
  1. Build and Run 🙃