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
Our app crashes when built with Xcode 15 RC and ran on iOS 17. After invoking the Geolocation.getCurrentPosition function on the JS side the app crashes with EXC_BAD_ACCESS issue. In Xcode it highlights this line:
if let clErr = error as? CLError {
and the as? is underlined with red. I tried to wrap this in do/catch but that did not prevent the crash either.
Reproducible Demo
Provide a detailed list of steps that reproduce the issue.
Expected Results
The app should not crash
The text was updated successfully, but these errors were encountered:
Environment
OS: macOS 13.5.1
CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz
Memory: 52.49 MB / 32.00 GB
Shell:
version: 3.2.57
path: /bin/bash
Binaries:
Node:
version: 18.17.1
path: ~/.nvm/versions/node/v18.17.1/bin/node
Yarn:
version: 1.22.19
path: /usr/local/bin/yarn
npm:
version: 9.6.7
path: ~/.nvm/versions/node/v18.17.1/bin/npm
Watchman:
version: 2023.08.07.00
path: /usr/local/bin/watchman
Managers:
CocoaPods: Not Found
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.0
- iOS 17.0
- macOS 14.0
- tvOS 17.0
- watchOS 10.0
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode:
version: 15.0/15A240d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 15.0.1
path: /usr/bin/javac
Ruby:
version: 3.2.1
path: /Users/adamivancza/.rvm/rubies/ruby-3.2.1/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.4
wanted: 0.72.4
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Platforms
iOS
Versions
Please add the used versions/branches
Description
Our app crashes when built with Xcode 15 RC and ran on iOS 17. After invoking the
Geolocation.getCurrentPosition
function on the JS side the app crashes with EXC_BAD_ACCESS issue. In Xcode it highlights this line:and the
as?
is underlined with red. I tried to wrap this in do/catch but that did not prevent the crash either.Reproducible Demo
Provide a detailed list of steps that reproduce the issue.
Expected Results
The app should not crash
The text was updated successfully, but these errors were encountered: