-
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
Invalid Mac & Catalyst Framework Bundles #12668
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
I missed that this is essentially a duplicate of #12587 |
Reopening since this is not a duplicate. #12587 was fixed in 10.23.1, but it looks like there's an issue with the structure with the Swift Package Manager distribution. Note the links in the finder when downloading the SPM zip versus the nightly zip distribution: |
|
The release tooling is being updated to zip with the |
It seems linked, I cannot push on git the updated frameworks (from Cocoapods). There is no problem with the 10.22.0 version.
|
the problem with
still exist in 10.24. I cannot stage pods for git. 10.22 works fine |
Get similar issues with Xcode 15.3 and Firebase 10.24:
|
@stopthatnoise, could you please open a new issue with more details on the error, including how to reproduce? @appfrilans, could you please open a new issue with more details on how the |
Hi, I have opened an issue to describle the details . |
Description
I'm unable to create an archive of my Mac Catalyst app due to the Framework Bundles not being correctly setup (please see the attached log snippets).
The problem is that the bundles are supposed to use symlinks, but instead they include three copies of the binary,
Modules
,Resources
, andPrivateHeaders
. Taking the example ofGoogleAppMeasurement.xcframework
, this makes it almost twice as large as it needs to be overall, and makes the included macOS and Catalyst.framework
s three times larger than they should be.According to Apple, the top level entries should symlink to
Versions/Current
, which should in turn symlink toVersions/A
(orVersions/Whatever
).Workaround
Reproducing the issue
Reproduce errors
Inspect incorrect Framework Bundles
Firebase SDK Version
10.23.1
Xcode Version
15.3
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics, Crashlytics
Targeted Platforms
macCatalyst
Relevant Log Output
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: