Windows 11 Home 23H2
Builder version 3.74
iOS SDK 18.5
This is super weird.
I have been building for a long time without issues. Suddenly. I'm getting this error. The last time I built was like 10 days back, and there was no issue.
But when I opened the builder exe today, there was a pop-up saying some Apple cert had expired and was removed. I didn't pay much attention to it because if it was related to the provisioning profile, it should be missing, and I would go to the dev portal to recreate it. But my digital signing identity (provisioning profile, cert to use, associated private key) is all still there.
I built 2 twice, and I have the same error:
```
+ [arm64] Compiling Libraries\AppleAuth\Native\iOS\AppleAuthManager.m...
+ [arm64] Compiling Libraries\AppleAuth\Native\iOS\AppleAuthSerializer.m...
In file included from Libraries\Plugins\iOS\GoogleSignIn\GoogleSignIn.mm:16:
Libraries\Plugins\iOS\GoogleSignIn\GoogleSignIn.h(16,9): fatal error: 'GoogleSignIn/GIDSignIn.h' file not found
16 | #import <GoogleSignIn/GIDSignIn.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
detected compiler error, aborting multithreaded build.
Press any key to continue . . .
```
```
+ [arm64] Compiling Libraries\Plugins\iOS\GoogleSignIn\GoogleSignIn.mm...
+ [arm64] Compiling Libraries\AppleAuth\Native\iOS\AppleAuthManager.m...
In file included from Libraries\Plugins\iOS\GoogleSignIn\GoogleSignIn.mm:16:
Libraries\Plugins\iOS\GoogleSignIn\GoogleSignIn.h(16,9): fatal error: 'GoogleSignIn/GIDSignIn.h' file not found
16 | #import <GoogleSignIn/GIDSignIn.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
+ [arm64] Compiling Libraries\AppleAuth\Native\iOS\AppleAuthSerializer.m...
1 error generated.
detected compiler error, aborting multithreaded build.
Press any key to continue . . .
```
These are my flags:
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
Any idea what happened?
Note that it was working fine 10 days ago. Today, there was a pop-up, but I didn't read it properly, and it says something expired.