Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground instruction missing carthage build #2916

Closed
simonxcheng opened this issue May 20, 2016 · 6 comments
Closed

Playground instruction missing carthage build #2916

simonxcheng opened this issue May 20, 2016 · 6 comments

Comments

@simonxcheng
Copy link

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.

@tomj
Copy link
Contributor

tomj commented May 20, 2016

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

@simonxcheng
Copy link
Author

Yes, I did every steps.

@dougbeal
Copy link

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

scripts/bootstrap # OR
carthage checkout

@mdiep
Copy link
Contributor

mdiep commented May 23, 2016

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

@tomj
Copy link
Contributor

tomj commented May 23, 2016

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

@tomj
Copy link
Contributor

tomj commented May 25, 2016

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

@ikesyo ikesyo closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants