question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"${PODS_ROOT}/Fabric/run" double quote is missing

See original GitHub issue

"${PODS_ROOT}/Fabric/run" double quote is missing which causing the following issue

Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build systemnote: Planning buildnote: Constructing build description
** ARCHIVE FAILED **

it works fine when i add " in build phases via xcode.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
EddyVerbruggencommented, Jan 17, 2019

Oh that makes sense! I’ll add the quotes then, thx!

0reactions
praveshkhatanacommented, Jan 17, 2019

I found a reason which was causing this issue. if project/folder name contain any spacing like project a then it start giving such error and fix for that is '\"${PODS_ROOT}/Fabric/run\"'

Read more comments on GitHub >

github_iconTop Results From Across the Web

how to avoid [Missing close double quote (") character.] error ...
I think I found a solution. When I try to upload the data to google bigquery directly it doesn't show those options in...
Read more >
Powershell double quotes parsing issue - TechNet - Microsoft
Get_Item("PARAM") to build a command , the double quotes are missing. I tried back-tick, but still it is missing.
Read more >
Missing double quote in identifier help! - Oracle Communities
Hi there I need help with fixing this code, im trying to display the total of employees for Job title and location and...
Read more >
one double quote is missing after Copy-paste or drag ... - GitHub
Issue: If the cell has Two consecutive double quotes, one double quote is missing upon copy-paste the cell to another cell. Same issue...
Read more >
Windows 10 Missing Left Double Quotation Mark Glyph in ...
Try Alt + 0147 or open character map and search for "Left double quote mark" then you will see that as Keystroke it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found