google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
280 stars 81 forks source link

GARDeviceProfile Error #106

Open VitaliiSukhoroslov opened 1 week ago

VitaliiSukhoroslov commented 1 week ago

Hello, immediately after initializing GARSession (garSession = try GARSession(apiKey: "***My-Api-Key****", bundleIdentifier: nil)), the client crashes. ARCore 1.45.0, Firebase 10.29.0, and dependencies are initialized via SPM. The macOS and iOS versions don’t seem to matter, as everything works fine in a similar project that uses CocoaPods.

Let me know if you need any further adjustments!

Снимок экрана 2024-09-24 в 20 09 17
VitaliiSukhoroslov commented 1 week ago

Additional comment: If the library is installed via CocoaPods version 1.41.0, everything works fine. However, if installed via SPM version 1.41.0, the error persists