-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use xcode 15.3 #12510
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @piajesse, I tried to reproduce the issue, but I successfully ran my project. Have you tried to clean build your project and restart Xcode? |
It seem to be a problem with the Xcode 15.3 and Firebase |
Xcode 15.3 is fully supported with Firebase 10.22.0 It looks like there's a corrupt Xcode project here, perhaps a mixture of both Swift Package Manager and CocoaPods. We'll need a reproducible example to help here. |
Hi, My team needs this to be fixed asap, we are blocked to submit an app to the App Store. Thanks App Store submission failed for MinimumOSVersion
|
@garranhado Those frameworks aren't part of Firebase. Please follow googleanalytics/google-tag-manager-ios-sdk#28. |
@paulb777 GoogleAnalytics.framework is a Firebase framework Invalid MinimumOSVersion. Apps that only support 64-bit devices must specify a deployment target of 8.0 or later. MinimumOSVersion in 'MyApp.app/Frameworks/GoogleAnalytics.framework' is ''. (ID: ac5da7f8-e508-41ba-bb2d-4854cf458afe) UPDATE: Removed the framework GoogleTagManager and is ok, validated with success. Looks a problem related with GoogleTagManager framework Thanks |
Similar issue here: just updated my mac mini m2 pro to Sonoma 14.4, xcode Version 15.3 (15E204a), pulled the latest https://github.com/firebase/firebase-ios-sdk (10.22.1). I have a new device, a 15 Pro with 17.4 on it - the app works on that, and the standalone simulator app for 15.4 through 17.4 - the app works on those. It will NOT work on Preview simulators inside of xcode 15.3. Here are some screenshots: Things I've tried:
I keep getting veered "Missing arm64 slice in the binary" way but any help would be greatly appreciated. Cheers! |
@darkCloud77 Make sure you update Firebase and all its dependencies, including abseil, BoringSSL, and gRPC, to the latest versions |
Clearing & rebuilding project after updating to 10.22.1 fixed the problem for me |
After updating to Xcode 15.3, I had the same kind of issues @avery100 showed in their screenshots. Simulator (with iOS 17.4) would refuse to install a build of my project due to supposedly missing modules that were actually installed (through SPM only, no CocoaPods). The following errors were thrown upon installation:
Also SwiftUI previews were affected and the following type of errors were presented:
This happened with any version of Firebase and GoogleSignIn packages. Reverting back to Xcode 15.2 fixes all the presented issues and allows the project to build just fine with any version of Firebase (and GoogleSignIn in my case). |
+1 @rjuzaszek What do you mean by clearing? I tried cleaning and resetting package caches. |
UPDATE: I was stuck in a loop on xcode 15.3 where no matter what architecture destination i selected arm64 or x86_64, including Rossetta, Preview builds would fail. I believe it is something in the way 15.3 builds previews has fundamentally changed, maybe this: I followed @thepantalion's suggestion and downgraded back to xcode 15.2. |
Closing this issue, since there are several partial issue reports here. If you have an issue with Xcode 15.3 with Firebase 10.22.0 or 10.22.1 other than #12505 please open another issue with the template filled out. |
Exactly: updating firebase package, deleting derived data, reinstalling pods, and clearing build data + fresh build did the job. My stack is M2 Pro, Cocoapods deps and Firebase added by SPM, if it changes anything |
Description
Just updated xcode to 15.3 and now I get these errors trying to compile my iOS app
Reproducing the issue
No response
Firebase SDK Version
10.22.0
Xcode Version
15.3
Installation Method
CocoaPods
Firebase Product(s)
Analytics, Authentication, Storage
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: