-
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
Malformed Framework response from App Store Connect #12587
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Please include the |
Done. Sorry. |
Thanks! We've reproduced. It looks like Apple silently added new requirements today or within the last few days since we last tested. We'll investigate. |
If you're using Firestore, but not Analytics, the source SwiftPM build should be a workaround. See https://github.com/firebase/firebase-ios-sdk?tab=readme-ov-file#visionos |
Same issue here:
|
Just wanted to confirm that this issue occurs on 10.23.0 (I was waiting for this update to fix our issue). Seems like @paulb777 you've gotten the repro you need? |
Yes, I was able to repro and am working on a fix. |
Yes we fixed one macOS framework structure issue in 10.23.0 and then this new one was introduced today coincident with the 10.23.0 release. |
Thanks all. Appreciate the response. Should we expect a hotfix this week or should we expect this to be part of the normal release cycle? just need to manage expectations with the team. |
Tested the latest Firebase 10.23.0 , feedback reported the following error, still not working. So the latest version still conflicts with Xcode 15.3? A similar error is mentioned in #12505 (comment) |
@emperinter The issue in #12505 was addressed. Apple introduced new checks today that we're now working on. |
🤣 One problem solved, and found a new problem, it is not clear when it can be fixed? The last half month can not be used really quite affect the business monitoring, related work can not be carried out, the team is considering downgrading the relevant program version to solve this problem or migrate to other platforms. |
One option could be to stay on Xcode 15.2 while the Xcode 15.3/App Store issues get sorted. |
Same issue. Waiting for a new fixed version. |
Thanks for this tip, I can confirm it works in the meantime |
Same here, please fix it. Any ETA @ncooke3 ? |
You can download Xcode 15.2 from here and use Firebase 10.21. I was able to get my binaries approved for Catalyst this way. |
I know but I have more dependencies that work with Xcode 15.3 and its features are only available on new versions so ... nothing to do with it. |
Hi everyone, we are still working on this. The macOS and macCatalyst framework structure is changing quite a bit, so this is taking some time to work through. The fix is scheduled to be released in 10.24.0 during the week of April 9. For now, the workaround is to use Xcode 15.2. Additionally:
|
You can workaround using something like this, but easier to downgrade of course:
It's surprising this hasn't been an issue before now because this has been Apple's guidance for > 10 years |
Yeah I think Apple just started enforcing it |
@ncooke3 do we have any specific release date? I see in the milestone that everything is already done, isn't it? |
This is still reproducing in 10.23.1 |
@YoavGro the fix is planned in 10.24.0 |
@wojciech-kulik, 10.24.0 is being released today. It is already released for SPM and the CocoaPods and Carthage publishing are still in progress. |
I'm going to close this issue as the 10.24.0 release should fix this. |
I can confirm that it works as expected now :). Yesterday I released the app with the latest Firebase package from SPM. 🎊 Thanks for resolving this issue @ncooke3 🍻 |
Description
I got this email from App Store Connect after submitting a macOS app with Firebase 10.23.0 and Xcode 14.3. M1 MacBook with Sonoma 14.3.1
My project only has Firebase as dependency.
I tried:
Removing all dependencies, clearing build folder and derived data. Xcode submission went through but then you receive an email from Connect.
Reproducing the issue
No response
Firebase SDK Version
10.23.0
Xcode Version
14.3
Installation Method
Swift Package Manager
Firebase Product(s)
All
Targeted Platforms
macOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: