Win: Windows 10 Home 10.0.19044
Builder: 3.53
SDK: Not sure how to tell the version
Build Log is empty
Unity Install Location: C:\Program Files\Unity\Hub\Editor\2022.2.1f1
Computer\HKEY_CURRENT_USER\SOFTWARE\Unity Technologies\Installer\Unity 2022.2.1f1\Location x64 does correctly point to the above location.
After upgrading to iOS Builder 3.53 I see the following error when building my project:
Building the dependency project GameAssembly...
+ Preparing output directory...
+ XCFrameworks: 0 supplied
+ Libraries: 17 supplied, 0 built
+ Frameworks: 1 supplied, 0 built
+ Pre-parsing project files...
+ Building libGameAssembly.a for iphoneos (configuration: Release)
Error: this Unity project requires the Unity 2022.2.1f1 IL2CPP host compiler installed on your machine. Please install Unity version 2022.2.1f1, then try again.
I do have this specific version of Unity installed. So for some reason the builder cannot find the Unity install. Any idea how I can address this issue?