Patrick
Patrick

Reputation: 2432

Multiplatform document app created with Xcode 14.0 beta (14A5228q) doesn't create document on iOS

  1. Open Xcode 14.0 beta (14A5228q)
  2. Create new Multiplatform document app.
  3. Run the iOS simulator.
  4. Create a new document

Notice error: "the document could not be opened"

iOS Simulator

Does anyone happen to know a workaround?

Have reported to apple in the meantime: FB10341333


Update 1:

@asperi discovered that it does work if you switch to the Browse tab first. I believe this is then only a bug with the Recents tab as it was previously working on Xcode 13.4.

Upvotes: 1

Views: 197

Answers (2)

Patrick
Patrick

Reputation: 2432

Apple has fixed this in Version 14.0 beta 2 (14A5229c)

Upvotes: 0

Asperi
Asperi

Reputation: 258345

Not a bug. You try to create it in Recents which is not a real folder, so does not allow to write. Tap Browse tab and there you will be able to create new document.

Like below:

enter image description here

Upvotes: 1

Related Questions