You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upload-symbols runs are failing with Illegal instruction: 4 on Xcode cloud builds. Confirmed the binary cannot be executed locally on latest macOS version due to gatekeeper: Apple could not verify "upload-symbols" is free of malware that may harm your Mac or compromise your privacy.
Reproducing the issue
Download upload-symbols directly from main branch, chmod +x it and execute on latest macOS (15)
Firebase SDK Version
latest
Xcode Version
latest
Installation Method
Swift Package Manager
Firebase Product(s)
Crashlytics
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered:
upload-symbols should be correctly notarized and you can check by doing spctl -a -vvv -t install <Path>. Wonder have you tried to follow instruction in Apple documentation to enable it from Privacy & Security section in System Settings?
Hey @TheNightmanCodeth. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@TheNightmanCodeth if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
Description
upload-symbols runs are failing with
Illegal instruction: 4
on Xcode cloud builds. Confirmed the binary cannot be executed locally on latest macOS version due to gatekeeper:Apple could not verify "upload-symbols" is free of malware that may harm your Mac or compromise your privacy
.Reproducing the issue
Download
upload-symbols
directly from main branch,chmod +x
it and execute on latest macOS (15)Firebase SDK Version
latest
Xcode Version
latest
Installation Method
Swift Package Manager
Firebase Product(s)
Crashlytics
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: