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

Scheme Fusuma is not currently configured for the build action #70

Closed
rodrigoruiz opened this issue Jul 27, 2016 · 5 comments
Closed

Scheme Fusuma is not currently configured for the build action #70

rodrigoruiz opened this issue Jul 27, 2016 · 5 comments

Comments

@rodrigoruiz
Copy link

rodrigoruiz commented Jul 27, 2016

Hi, I've just tried to install Fusuma and I get the following error:

A shell task (/usr/bin/xcrun xcodebuild -workspace /Carthage/Checkouts/Fusuma/Fusuma.xcworkspace -scheme Fusuma -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -showBuildSettings) failed with exit code 66:
xcodebuild: error: Scheme Fusuma is not currently configured for the build action.

Researching on Carthage issues (Carthage/Carthage#896), I've found that it's an issue with the library.
I also tried to install version 0.4.0 and it works, so it's probably an issue with the latest version (0.5.1).

What should I do?

@jerry-sjtu
Copy link

I got the same error.

@DerkBusser
Copy link

+1

@shrugs
Copy link
Contributor

shrugs commented Aug 12, 2016

@rodrigoruiz @jerry-sjtu @DerkBusser Seems like the schemes are just misconfigured a bit. To fix, do the following.

  1. open Carthage/Checkouts/Fusuma/Fusuma.xcworkspace
  2. Product > Schemes > Manage Schemes
  3. Disable Autocreate schemes (not sure if necessary, I'm just documenting all the steps I took)
  4. Delete the first two schemes (Fusuma and FusumaExample)
    image
  5. Share the third scheme, named Fusuma. Make sure that the build target isn't missing. If it is, add it back.
    image
  6. carthage build --platform iOS

And that should fix it. At least, it did for me, so hopefully it helps y'all.

@shrugs
Copy link
Contributor

shrugs commented Aug 12, 2016

Alternatively, I have a branch that fixes this issue. Use

github "Shrugs/Fusuma" ~> 0.5.2

I do not commit to keeping this branch up to date (I'm planning on modifying it to be usable within a UINavigationController), so please only use this as a stop gap solution.

@ytakzk
Copy link
Owner

ytakzk commented Aug 16, 2016

fixed in #76.

@ytakzk ytakzk closed this as completed Aug 16, 2016
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

5 participants