skip to Main Content

Ios swift – There is a problem with commiting my app to GitHub after updating pods

I ran pod update on my project then tried to commit the app on my Mac using Github app. I got this error. error: 'Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h' is beyond a symbolic link fatal: Unable to process path Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h AI recommended I don't…

VIEW QUESTION

Ubuntu – Why is the git HEAD tag not annotated in a workflow?

Why does GitHub not get the pushed tag as annotated? Locally if I run this command: git for-each-ref --format="%(if:equals=tag)%(objecttype)%(then)a %(else)%(if:equals=blob)%(objecttype)%(then)b %(else) %(end)%(end)%(align:20,right)%(refname:short)%09%(objectname:short)%(end)%09%(if:equals=tag)%(objecttype)%(then)@%(object) %(contents:subject)%(else)%(end)" --sort=taggerdate refs/tags | tail -n2 I get: a v0.11.0 a385a1c @2c3ef8cdb5068e47f818af0c2bb81c5a6a2b2056 0.11.0 a v0.11.1 55210a6 @9b389a86652517a49c025c40a2cd7bd614d3ace4 0.11.1…

VIEW QUESTION

.Gitignore Issue in laravel

I am trying to put session and logs directories into .gitignore file in my Laravel 10 project, but they are not ignored and are still tracked. I have tried to delete the folders and create them again, but that didn’t…

VIEW QUESTION
Back To Top
Search