GettingStarted.playground produces runtime error
- Using Xcode 10.2.1
- cloned repository and ran
pod installin/Example. - Open and run
GettingStarted.playground
error: GettingStarted.playground:15:5: error: use of unresolved identifier 'getData'
getData(request: request).thenWithResult { data in
^~~~~~~
error: GettingStarted.playground:17:9: error: use of unresolved identifier 'parse'
parse(data: data)
^~~~~
error: GettingStarted.playground:20:13: error: use of unresolved identifier 'map'
map(data: parsedData)
^~~
@albertodebortoli any updates?
Hi @arielelkin, sorry for the delay. I cannot see the errors you reported in the playground when using Xcode 10.2.1. There was another error though, which has now been fixed with #11.

Can you try the latest commit on master please? Make sure you open Promis.xcworkspace first and then the playground file from Xcode.
I pulled the latest commit, 5e9cb5b1e979d0915f154a539619474e3bb3c9ab and I'm using Xcode 10.2.1 too
still getting the same error from a fresh install:

This happens if I click on the playground's left gutter, after I build successfully.
I tried cloning the project from scratch, running pod install, opening the workspace, building, running the playground. I'm still getting the same positive outcome from my screenshot above + I'm on Xcode 11.2.1 now. I'm puzzled...