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

Build Failed #23

Closed
GRoberson opened this issue Aug 2, 2015 · 4 comments
Closed

Build Failed #23

GRoberson opened this issue Aug 2, 2015 · 4 comments
Labels

Comments

@GRoberson
Copy link

I tried to run the code on both xcode 6.4 and 7 beta 4 gave compilation error. I tried to convert the code to the latest version of swift, and keeps giving error. I wonder if a specific configuration is required to run the code?

thanks

@ivnsch
Copy link
Owner

ivnsch commented Aug 3, 2015

The swift2.0 branch should run with XCode 7 beta 4. Which errors?

Am Montag, 3. August 2015 schrieb Geraldo Roberson :

I tried to run the code on both xcode 6.4 and 7 beta 4 gave compilation
error. I tried to convert the code to the latest version of swift, and
keeps giving error. I wonder if a specific configuration is required to run
the code?

thanks


Reply to this email directly or view it on GitHub
#23.

@luicm
Copy link

luicm commented Aug 3, 2015

same problem here with Xcode 6.4, seams that the folder "Convenience" is missing after pod install
:)

@ivnsch
Copy link
Owner

ivnsch commented Aug 3, 2015

@GRoberson, @luicm Please run pod update, it should be fixed now. A recent pull request deleted some public identifiers which made the library unusable as pod.

@luicm I assume you're using master. Just in case, for the swift2.0 branch you need XCode 7 (beta 4).

@ivnsch ivnsch added the bug label Aug 3, 2015
@GRoberson
Copy link
Author

Hi,
Problem solved. Simply I deleted the project and downloaded again. I do not know what happened, but the compiler was reporting more than 200 errors. Now it's ok.
Thank you very much.

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

No branches or pull requests

3 participants