-
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
‘FIRAnalytics+AppDelegate.h' is beyond a symbolic link (from Cocoapods in ver10.24.0) #12801
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Xcode 15.3 started requiring symlinks in frameworks and Firebase updated accordingly. More context at #12505 and #12587 It looks like however you're using git needs to be updated to handle symlinks. See https://stackoverflow.com/q/14783847/556617 and https://stackoverflow.com/a/18791647/556617. If you're still stuck and can reproduce in the git command line, we can take a deeper look. |
@paulb777 |
I encountered the same. After 10.23.0 (from 10.22.0), it was no problem at 10.22.0. |
I first started seeing this issue with version 10.23 ( I am currently using 10.25) using sourcetree to stage the files. I opened the project in terminal and ran "git add ." and that fixed the issue for me. It maybe an issue with sourcetree. |
Description
Hi,
I am unable to push the updated frameworks to Git after updating Firebase SDK from version 10.22.0 to 10.24.0 using Cocoapods.
There were no issues with version 10.22.0.
The error message is as follows:
the same error I found in other issues:
#12668 (comment)
#12668 (comment)
Is any solution to avoid it ?
Reproducing the issue
Execute the command :
pod install
Build the app to confirm that there are no build problems
Commit the code. <---error is here.
Firebase SDK Version
10.24.0
Xcode Version
15.0
Installation Method
CocoaPods
Firebase Product(s)
Analytics
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
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: