I am having the following crash when tapping on a ...
# compose-ios
p
I am having the following crash when tapping on a regular TextField() using compose version.
Copy code
kotlin = 1.9.22
cmp = 1.6.0-dev1357
Copy code
-[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:]  perform input operation requires a valid sessionID
Above message is what Xcode shows in the logs. Is it just me or someone else has experienced this too?
l
Hey 👋 did you find a solution to this?
p
Nope, I just moved back to a release build. Haven't tried the latest
dev
,
alpha
,
beta
stuff
247 Views