A lot of people are reporting issues installing on iOS 17 devices.
I have the impression it might be connected to locked down corporate computers.
VPN's can impact it as well.
My personal computer works fine, but my work system can't.
Modifying the number of elements in an array you are iterating over is problematic.
I would suggest creating a copy of the array and iterate over that.
You would want to delete items in the current array like you are now.
I would look to see if the formatted function has a version that includes the locale as a parameter and add tests for whatever locales you need to test.
There seem to be a lot if people having that issue with xcode 15.
My work computer can't build to iOS 17 devices.
We have put in a support request, with no update on it so far.
What do you have as your minimum deployment target?
I believe it defaults to the most recent os version.
You need to be sure to select 16.4 or earlier for iOS and of course be sure your app supports the selected version.
A lot of people are reporting issues installing on iOS 17 devices.
I have the impression it might be connected to locked down corporate computers.
VPN's can impact it as well.
My personal computer works fine, but my work system can't.
Modifying the number of elements in an array you are iterating over is problematic.
I would suggest creating a copy of the array and iterate over that.
You would want to delete items in the current array like you are now.
I would look to see if the formatted function has a version that includes the locale as a parameter and add tests for whatever locales you need to test.
There seem to be a lot if people having that issue with xcode 15.
My work computer can't build to iOS 17 devices.
We have put in a support request, with no update on it so far.
What do you have as your minimum deployment target?
I believe it defaults to the most recent os version.
You need to be sure to select 16.4 or earlier for iOS and of course be sure your app supports the selected version.