Fabian Thanner
Fabian Thanner

Reputation: 33

SPM firebase-ios-sdk - "Unable to Install

i wanna use the firebase-ios-sdk through SPM. The integration works fine. As i wanna install the app on my real device, i get the following error. When running it on simulator, it works fine.

Unable to install "AppName"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
    DVTErrorCreationDateKey = "2022-06-17 13:19:08 +0000";
    IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}
--
The code signature version is no longer supported.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375

Same issues in the internet got resolved by changing to "Embed and sign" in the targets options. Sadly i can´t change these settings.

target_settings

Upvotes: 1

Views: 882

Answers (1)

got2jam
got2jam

Reputation: 595

This answer of the same problem worked for me as well

Long story short, the Firebase SPM Package FirebaseAnalyticsOnDeviceConversionWrapper causes issues. There doesn't look to be an open issue. This was going to be gold plating for me so I just removed it for now and will open an issue with them soon.

Upvotes: 1

Related Questions