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

Can't build the RestKit project nor running tests #1800

Closed
alexisbronchart opened this issue Feb 19, 2014 · 2 comments
Closed

Can't build the RestKit project nor running tests #1800

alexisbronchart opened this issue Feb 19, 2014 · 2 comments

Comments

@alexisbronchart
Copy link

I got a fresh copy of the development branch and I followed the RestKit / Tests / README.md file in order to run tests (I want to setup a test environment to make new tests to help on #1613 )

I cannot build anything, it's like AFNetworking is missing but I'm sure than I ran 'pod install'.

I tried to build in xcode (I opened RestKit.xcworkspace) and in command-line with 'rake test' and I get the same errors.

I tried this in the master branch, development branch and also on tag v0.22.0 I have the same problem everywhere. What am I missing?

@blakewatters
Copy link
Member

It sounds like you didn’t check out the submodules:

git submodule update --init --recursive

@alexisbronchart
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants