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.
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
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!