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 with Carthage #153

Closed
rizumita opened this issue May 19, 2016 · 5 comments
Closed

Can't build with Carthage #153

rizumita opened this issue May 19, 2016 · 5 comments
Labels

Comments

@rizumita
Copy link

I tried building with Carthage, but error occurred.

xcodebuild: error: Scheme PiedPiper is not currently configured for the build action.

How can I build?

@vittoriom vittoriom added the bug label May 19, 2016
@vittoriom
Copy link
Contributor

Hi @rizumita, did you try to build Carlos after checking out the repository, or did you try to build Carlos as a dependency part of your Cartfile?

@rizumita
Copy link
Author

Hi @vittoriom

I'm using Carlos in my project.
I wrote following Cartfile.

github "ReactiveCocoa/ReactiveCocoa"
github "WeltN24/Carlos"

@vittoriom
Copy link
Contributor

The Cartfile looks fine, can you please try to remove the Carlos folder from Carthage/Checkouts and run carthage update Carlos --platform iOS?

With the latest version of Carlos (0.8), I extracted PiedPiper to its own repository and maybe it's better to run a clean update.

Please let me know if this solves the issue

@rizumita
Copy link
Author

@vittoriom
I became to be able to build after deleting Carthage folder and DerivedData folder.
Thank you for your advise!

@vittoriom
Copy link
Contributor

No problem, sorry for the inconvenience and I'm glad everything is sorted out!

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

2 participants