Post

Replies

Boosts

Views

Activity

Reply to XCode 12 Beta 5 Document App using the default template in simulator NOTHING happens after click the create/add document button.
If I may venture a guess, I would think that this is connected to the change in the interface exposed by the 'FileDocument' protocol that has been introduced with Beta 5. It is deprecating 'init(fileWrapper: FileWrapper, contentType: UTType) throws' and 'write(to fileWrapper: inout FileWrapper, contentType: UTType) throws' and introducing 'init(configuration: Self.ReadConfiguration) throws' and 'func fileWrapper(configuration: Self.WriteConfiguration) throws -> FileWrapper' instead.
Aug ’20