Reactivecocoa: Playground instruction missing carthage build

Created on 20 May 2016  ·  6Comments  ·  Source: ReactiveCocoa/ReactiveCocoa

I found that I need to do carthage build in order to run the playground otherwise I got "no such module" for Result and ReactiveCocoa. Here is the command:
carthage build --verbose --platform OSX

After run this command the error sign is still there but the playground is fine.

good first step help wanted

Most helpful comment

I'll take care of it, I have a couple of commits cleaning up some typos etc
in the playgrounds which I'll add to it

All 6 comments

hey @simonxcheng did you perform the following steps?:

    1.  Open ReactiveCocoa.xcworkspace
    2.  Build ReactiveCocoa-Mac scheme
    3.  Build Result-Mac scheme
    4.  Finally open the ReactiveCocoa.playground
    5.  Choose View > Show Debug Area

Yes, I did every steps.

I ran into the same problem on an unbuilt checkout. I think one of the following is easiest

scripts/bootstrap # OR
carthage checkout

Would someone like to open a PR to add that to the list of steps?

I'll take care of it, I have a couple of commits cleaning up some typos etc
in the playgrounds which I'll add to it

This is a candidate for closing now that #2930 has been merged

Was this page helpful?
0 / 5 - 0 ratings