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 phase script error about input paths #18

Closed
jomnius opened this issue Jun 21, 2016 · 2 comments
Closed

Build phase script error about input paths #18

jomnius opened this issue Jun 21, 2016 · 2 comments
Labels

Comments

@jomnius
Copy link

jomnius commented Jun 21, 2016

Got this error note, not sure why. Looks ok to me, it also works during build:

ERROR: line 4512:4 mismatched input '"$(SRCROOT)/Carthage/Build/iOS/Mantle.framework"' expecting {')', NON_QUOTED_STRING}

for this script input paths in build phase script (screenshot included):

/* Begin PBXShellScriptBuildPhase section */
        1A9BEBA51C7DD0C800FA3102 /* Carthage Run Script */ = {
            isa = PBXShellScriptBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            inputPaths = (
                "$(SRCROOT)/Carthage/Build/iOS/Mantle.framework",
                "$(SRCROOT)/Carthage/Build/iOS/PromiseKit.framework",
                "$(SRCROOT)/Carthage/Build/iOS/OMGHTTPURLRQ.framework",
            );
            name = "Carthage Run Script";
            outputPaths = (
            );
            runOnlyForDeploymentPostprocessing = 0;
            shellPath = /bin/sh;
            shellScript = "/usr/local/bin/carthage copy-frameworks";
        };

screen shot 2016-06-21 at 22 58 40

@Serchinastico
Copy link
Owner

Hi!

Same as before, one of the many project configurations we didn't test.

Is your project.pbxproj publicly available? We'd love to add it as a test for Kin in order to verify this same error doesn't happen again in the future.

Thanks for reporting, I'm preparing a release now

@Serchinastico
Copy link
Owner

Version 1.5.0 fixes this issue

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