firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.55k stars 1.45k forks source link

`upload-symbols` gatekeeper issue on macOS 15 #13665

Open TheNightmanCodeth opened 23 hours ago

TheNightmanCodeth commented 23 hours ago

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.

Screenshot 2024-09-18 at 4 36 36 PM

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
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 23 hours ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.