Posts

Post not yet marked as solved
3 Replies
503 Views
Everytime when iOS simulator is launched I het a lot of repeated "*** quit unexpectedly" alerts. Where "***" is a mix of "managedappdistributiond","healthappd", and "findmylocated" Even after the simulator is launched I still het random "*** quit unexpectedly" alerts. Very annoying because the alerts deactivates the active window This is on an MacBook Pro M3 Max,, Xcode 15.2, Sonoma 14.2.1, it also happens with Xcode 15.1 A co developer (MacBook Pro M1 Max,Xcode 15.2, Sonoma 14.2.1) does not have the issue Any idea how I can prevent this from happening? Update Every mentioned service crash happens in libswiftCore.dylib at 0x1929f3938 assertionFailure(:_:file:line:flags:) + 248
Posted
by bitsflew.
Last updated
.
Post not yet marked as solved
0 Replies
349 Views
We have two majorapp versionsx The version in the store x The next major release Both 5.x and 6.x builds are visible in App Store connect (TestFlight) The status for 5.x builds is always 'ready to submit' without any obvious way to submit the build to Appstore connect testers. It is possible to add external testers, but we need our Appstore connect testers! Is this a TestFlight bug/limitation?
Posted
by bitsflew.
Last updated
.
Post not yet marked as solved
0 Replies
422 Views
I want to select all text in a TextField when the field becomes activeThere eems to be no way to bind the selection to a state variable.I also looked at onEditingChanged but I can't find any documentation on how to change the selectionQuestion: how can you get/set the selection of a TextView?
Posted
by bitsflew.
Last updated
.