Skip to content

GettingStarted.playground produces runtime error #10

@arielelkin

Description

@arielelkin
  1. Using Xcode 10.2.1
  2. cloned repository and ran pod install in /Example.
  3. 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)
            ^~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions