Post

Replies

Boosts

Views

Activity

Reply to “Keep Going with Apps” Tutorial section will not complete.
Hey! I found a way to solve this, it only works on MacOS tho... Swift Playgrounds had not added dancingCreaturesView to the completed task list in .swiftpm/playgrounds/UserData.plist. In Terminal, check: plutil -p .swiftpm/playgrounds/UserData.plist If taskID is dancingCreaturesView but completedTaskIDs does not contain dancingCreaturesView, add it manually: /usr/libexec/PlistBuddy -c 'Add :Guide.TaskState:completedTaskIDs:31 string dancingCreaturesView' .swiftpm/playgrounds/UserData.plist Then restart Swift Playgrounds. This worked for me, I hope I could help you 😁
1w
Reply to “Keep Going with Apps” Tutorial section will not complete.
Hey! I found a way to solve this, it only works on MacOS tho... Swift Playgrounds had not added dancingCreaturesView to the completed task list in .swiftpm/playgrounds/UserData.plist. In Terminal, check: plutil -p .swiftpm/playgrounds/UserData.plist If taskID is dancingCreaturesView but completedTaskIDs does not contain dancingCreaturesView, add it manually: /usr/libexec/PlistBuddy -c 'Add :Guide.TaskState:completedTaskIDs:31 string dancingCreaturesView' .swiftpm/playgrounds/UserData.plist Then restart Swift Playgrounds. This worked for me, I hope I could help you 😁
Replies
Boosts
Views
Activity
1w