Hello again! I finally have the time to build.
Unfortunately, I encounter some issues :(
So here's what I did:
1) I downloaded the newest version of the builder: v3.74
2) Ran the setup.
(Note: I did not remove/uninstall the previous version, so the setup overwrote the old setup because the location was default.)
3) Copied migration tool to USB.
4) Extracted Mac Xcode.
(iOS SDK 18.5 and all others, like TV and Mac OS.)
5) Now I ran the script file on Windows.
(Note: I forgot to delete the old SDKs on my Windows. Hopefully it got properly overwritten..)
6) I noticed the settings didn't change. My extra compiler and linker flags are still there. But my keys are all gone. Luckily, I backed it up, so I just had to copy it over. Phew!
7) Now I run the build, and this is my error:
```
Building the dependency project UnityFramework...
+ Preparing output directory...
+ XCFrameworks: 0 supplied
+ Libraries: 4 supplied, 5 built
+ Frameworks: 1 supplied, 0 built
+ Pruning compilation results...
+ Pre-parsing project files...
+ Building UnityFramework for iphoneos (configuration: Release)
+ [arm64] Compiling .\Classes\UI\UnityViewControllerBase+visionos.mm...
+ [arm64] Compiling .\Classes\Unity\UnityWebRequest.mm...
+ [arm64] Compiling .\Libraries\Il2CppOptions.cpp...
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-arm64 -FC:/Users/JayH1V2/Downloads/Firebase'
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-arm64 -FC:/Users/JayH1V2/Downloads/Firebase'
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/UserMessagingPlatform.xcframework/ios-arm64/GoogleMobileAds.xcframework/ios-arm64'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/UserMessagingPlatform.xcframework/ios-arm64/GoogleMobileAds.xcframework/ios-arm64'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-arm64 -FC:/Users/JayH1V2/Downloads/Firebase'
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/UserMessagingPlatform.xcframework/ios-arm64/GoogleMobileAds.xcframework/ios-arm64'
+ [arm64] Compiling .\Classes\Unity\CMVideoSampling.mm...
detected compiler error, aborting multithreaded build.
Press any key to continue . . . clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-arm64 -FC:/Users/JayH1V2/Downloads/Firebase'
clang: error: no such file or directory: 'Apple'
clang: error: no such file or directory: '10.14.0/Firebase/Google-Mobile-Ads-SDK/UserMessagingPlatform.xcframework/ios-arm64/GoogleMobileAds.xcframework/ios-arm64'
```
I thought the link was broken, but the location is the same.
But I tried to select the frameworks again from my Downloads folder.
But I got this popup:
```
An error occurred while checking for POSIX symlinks to convert to Microsoft format in this framework directory. Please make sure your Windows user account has WRITE permissions in this directory.
```
Any idea what is happening?
Some extra notes.
- I started the builder tool as admin too.
- These are my flags (which have no issue with the previous build, just that Apple stated I needed to build with the latest iOS SDK):
```
Extra compiler flags:
-F"C:/Users/JayH1V2/Downloads/Firebase iOS v7.7.0/Firebase/GoogleSignIn"
-F"C:/Users/JayH1V2/Downloads/Firebase Apple 10.14.0/Firebase/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-arm64"
-F"C:/Users/JayH1V2/Downloads/Firebase Apple 10.14.0/Firebase/Google-Mobile-Ads-SDK"
-F"C:/Users/JayH1V2/Downloads/Firebase Apple 10.14.0/Firebase/FirebaseAnalytics"
```
```
Extra linker flags:
-F"C:/Users/JayH1V2/Downloads/Firebase iOS v7.7.0/Firebase/GoogleSignIn"
-framework GoogleSignIn
-framework AuthenticationServices
-framework LocalAuthentication
-framework SafariServices
-F"C:/Users/JayH1V2/Downloads/Firebase Apple 10.14.0/Firebase/Google-Mobile-Ads-SDK/GoogleMobileAds.xcframework/ios-arm64"
-framework GoogleMobileAds
-framework AdSupport
-framework CoreTelephony
-framework JavaScriptCore
-framework MediaPlayer
-framework MessageUI
-framework MobileCoreServices
-framework WebKit
-lsqlite3
-lz
-F"C:/Users/JayH1V2/Downloads/Firebase Apple 10.14.0/Firebase/Google-Mobile-Ads-SDK"
-framework UserMessagingPlatform
-framework AppAuth
-framework GTMAppAuth
-framework GTMSessionFetcher
-F"C:/Users/JayH1V2/Downloads/Firebase Apple 10.14.0/Firebase/FirebaseAnalytics"
-framework GoogleAppMeasurement
-lc++
-framework GoogleUtilities
-framework nanopb
-framework FBLPromises
-ObjC
```