Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
41 views

XCode15.3 throwing an error when trying to install iOS 17.4 simulator

`When trying to download the IOS 17.4 xcode simulator i keep getting error. Xcode randomly updated to 15.3 and all my downloaded simulators are gone. before this issue, i have installed 17.2 ...
charan juluru's user avatar
1 vote
0 answers
58 views

React Native Zeroconf issue with resolving IP address on iOS 17+

I'm facing this issue where the MDNS cannot resolve the IP address when finding the service on a network, this is happening with iOS devices 17+, while with iOS 15 it works ok. I don't have iOS 16 to ...
Vlad's user avatar
  • 11
0 votes
1 answer
94 views

react native webview right to left language components shown with mirror writing ios 17

I have an application in react native that includes a web-view, the content of the web view is in Hebrew (a right-to-left language), on iOS 17 I get a strange result, And all the lists were shown as ...
Riv's user avatar
  • 1
-1 votes
2 answers
744 views

react-native Error : NSInternalInconsistencyException - UIGraphicsBeginImageContext() failed to allocate CGBitampContext:

We are getting follwong error suddenly on our ios app from ios 17+ version. We dont know which library needs to be updated. we have used multiple libraries Fatal Exception: ...
Manoj Tarkar's user avatar
0 votes
0 answers
323 views

XCode 15.01 and iOS 17 Build Failure - React native applicaton

When I download iOS 17 simulator, install it, and try to build, my macbook pro i5 will restart in the middle of the build. After re-opening xcode, this strange bug appears. XCode asks me to download ...
Douglas Seo's user avatar
1 vote
1 answer
542 views

react-native on iOS17, Exception thrown while executing UI block: 'parentNode' is a required parameter

I am running my react native app on an iOS device, my UI elements are not rendered unless i reload the app I have tried rending other elements, removing elements one by one, it's not clear to me what ...
Hamoghamdi's user avatar
8 votes
1 answer
4k views

Xcode 15, ios 17 giving error in react native code - -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] TextInput

I have a React Native code and when I tried running it on Xcode 15, iOS 17 I am getting the error [RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation ...
shilpa garg's user avatar
2 votes
1 answer
1k views

React Native CLI Xcode fails a build (simulator) after updating to XCode 15 and iOS 17

enter image description here After installing XCode 15 on my MAC air m2 and iOS 17 I'm trying to build React native app with Iphone 15 Rosetta simulator but I'm getting error, it was doing fine with ...
FruitComrade's user avatar