digitalfabrik / integreat-app

React JS and React Native App for Integreat
https://integreat.app
MIT License
46 stars 15 forks source link

NSExpression function is forbidden #2813

Open f1sh1918 opened 3 months ago

f1sh1918 commented 3 months ago

Describe the Bug

Currently we are facing crashes with ios 17.5 (at least on simulators) Seems not to happen on browserstack, so maybe its just a simulator issue

Steps to Reproduce

  1. Ensure that no permissions were set for location
  2. Testumgebung
  3. Click Map
  4. Wait for permission request dialog
  5. App crashes

Expected Behavior

app requests permission and works

Actual Behavior

App freezes

Additional Information

Slightly related to #2558 (upgrading xcode).

f1sh1918 commented 3 months ago

ok this issue seem only to happen on simulators. browserstack and real devices work on 17.5. Maybe we just keep it open to check if its fixed with new xcode version that provides simulators with ios 17.5.1