Upgrade to Pro — share decks privately, control downloads, hide ads and more …

💥 Custom Playgrounds 🎯

💥 Custom Playgrounds 🎯

Talk on using your own frameworks inside Xcode Playgrounds, given at NSLondon, June 2014.

Boris Bügling

June 26, 2014
Tweet

More Decks by Boris Bügling

Other Decks in Technology

Transcript

  1. $ swift Welcome to Swift! Type :help for assistance. 1>

    import ContentfulDeliveryAPI <REPL>:1:8: error: no such module 'ContentfulDeliveryAPI' import ContentfulDeliveryAPI ^
  2. 1> import ContentfulDeliveryAPI 2> var client = CDAClient() client: CDAClient

    = <extracting data from value failed> error: Couldn't lookup symbols: _OBJC_CLASS_$_CDAClient
  3. 3> var handle = dlopen("/Applications/.../Versions/A/ContentfulDeliveryAPI", 2) handle: COpaquePointer = Builtin.RawPointer

    = 0x0000000102e2b6e0 -> 0x00007fff5fc37e50 vtable for ImageLoaderMachOCompressed + 16 4> var client = CDAClient() client: CDAClient = {}
  4. RELEVANT WWDC 2014 SESSIONS ▸ Session 408: Swift Playgrounds ▸

    Session 409: Introduction to LLDB and the Swift REPL