Code Monkey home page Code Monkey logo

Comments (4)

ayushgoel avatar ayushgoel commented on June 5, 2024 4

Hey sorry for not updating earlier. Here is the new output:

ERROR: line 7685:4 mismatched input '"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/XXX.bundle"' expecting {')', NON_QUOTED_STRING}

Excerpts from the pbxproj:

...
File: /Users/ayushgoel/code/Pingpong-iOS/Talkto.xcodeproj/project.pbxproj
7672: 		2DF538536D28468BE57AB16C /* [CP] Copy Pods Resources */ = {
7673: 			isa = PBXShellScriptBuildPhase;
7674: 			buildActionMask = 2147483647;
7675: 			files = (
7676: 			);
7677: 			inputPaths = (
7678: 				"${SRCROOT}/Pods/Target Support Files/Pods-CommonPods-XXX/Pods-CommonPods-XXX-resources.sh",
7679: 				"${PODS_CONFIGURATION_BUILD_DIR}/XXX/XXX.bundle",
7680: 				"${PODS_CONFIGURATION_BUILD_DIR}/XXX/XXX.bundle",
7681: 				"${PODS_ROOT}/XXX/Support/XXX.bundle",
7682: 			);
7683: 			name = "[CP] Copy Pods Resources";
7684: 			outputPaths = (
7685: 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/XXX.bundle",
7686: 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/XXX.bundle",
7687: 				"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/XXX.bundle",
7688: 			);
7689: 			runOnlyForDeploymentPostprocessing = 0;
7690: 			shellPath = /bin/sh;
7691: 			shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CommonPods-XXX/Pods-CommonPods-XXX-resources.sh\"\n";
7692: 			showEnvVarsInLog = 0;
7693: 		};
7694: 		3A1F9A8418BF13CC00F87000 /* Copy Pods Acknowledgements plist */ = {
...

This part of pbxproj is generated by cocoapods (1.4.0). In case you suspect that the error might be with generation itself, I can try again with updating cocoapods version.

Note: I have concealed certain strings, do let me know in case that hinders with debugging, I will conceal better.

from kin.

Serchinastico avatar Serchinastico commented on June 5, 2024

Hi @ayushgoel

Is it possible for you to send us your pbxproj file so that we can handle those scenarios? If not the whole file, I think it'd be enough with just those failing lines (391, 428, 463, 481) with some context (+-10 lines).

Thank you!

from kin.

chrise86 avatar chrise86 commented on June 5, 2024

@ayushgoel did you resolve your issue after?

from kin.

Serchinastico avatar Serchinastico commented on June 5, 2024

Released a fix in Kin 1.7.2!

from kin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.