Comment out playground code that is failing in Xcode 10.2

This commit is contained in:
Mathew Polzin
2019-04-16 22:11:09 -07:00
parent fb710c397b
commit db0f7329e4
2 changed files with 5 additions and 1 deletions
@@ -49,11 +49,15 @@ print("-----")
// MARK: - Pass successfully parsed body to other parts of the code
/*
---- CRASHING IN XCODE 10.2 PLAYGROUND ----
if case let .data(bodyData) = peopleResponse.body {
print("first person's name: \(bodyData.primary.values[0][\.fullName])")
} else {
print("no body data")
}
*/
// MARK: - Work in the abstract
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='macos' executeOnSourceChanges='false'>
<playground version='6.0' target-platform='macos'>
<pages>
<page name='Test Library'/>
<page name='Usage'/>