Post

Replies

Boosts

Views

Activity

Reply to Enabling Results in Swift Playgrounds causes app to crash
I actually had the same exact issue for my submission as well. What you need to do is set PlaygroundLoggingMode to Off. go to your playground book, right click, and click "show package contents" From there, navigate to this directory: Chapters -- "(Chapter name)".playgroundchapter -- Pages -- MyPlayground.playgroundpage Double click / open the file with Xcode "manifest".plist. If PlagroundLoggingMode under the key column is not present, then you need to add it. Set the value of PlaygroundLoggingMode to "Off". Let me know if this helps or not. I can try to help you out later as well.
Apr ’21