I have some apps using SwiftData document based. They work as expected under iOS17, but not under iOS18:
- install the app on a iPad 11 pro (first gen) from my MacBook
- open the app and open an existing fils (perfect under iOS17)
- it shows a blank, white screen, no data
- I can create a new document, blank screen, no data
When I open that newly created file on a iOS 17 iPad pro, it works perfect, as expected
The apps were created from scratch under macOS 14.7 with the corresponding Xcode/Swift/UI version. iOS devices under iOS17
Are there any known problems with document based SwiftData-apps under iOS18, are there any changes one has to made?
Thank You so much for any help!