run-script Questions
8
Solved
I want to be able to execute the command script1 in a project directory that will run node script1.js.
script1.js is a file in the same directory. The command needs to be specific to the project d...
Cologne asked 5/4, 2016 at 17:45
2
Solved
To access the current git branch and commit, I have been using this script successfully for a long time.
However, with Xcode 15.0 beta, the script has no longer access to the git and Info.plist fil...
Astrionics asked 16/6, 2023 at 13:20
3
I have a minicom script which sends some commands via serial and expects something back(which works) but im having trouble exiting the minicom screen.
Below is the minicom script:
success1:
pri...
Legendre asked 7/3, 2019 at 15:45
4
Solved
In the New Features section, it states:
In the new build system, shell scripts can't rely on the state of build artifacts not listed in other build phases (for example, the
Info.plist file o...
Brucine asked 8/11, 2018 at 9:46
4
Solved
I am wondering if it is possible to add a run script build phase to another Xcode project from within my Mac utility app. I can see what takes place in an Xcode project when a run script is added (...
Allimportant asked 10/10, 2013 at 17:13
4
Solved
In the "Run Script" build phase of my project, everything works if I type in the script into the text box for "run script" in build phases.
But to make editing / diffing etc easier, I thought I wo...
Bemire asked 24/3, 2012 at 10:24
3
Solved
I'm new to MySQL. I am interested how to do this via command line; I've tried but I get NO logging in the console output and the character set is not utf-8.
Gonadotropin asked 18/7, 2011 at 8:3
2
Solved
I have a script that upgraded my version (0.01 by 0.01) and my build (1 by 1). It doesn't work anymore with the Xcode 11.
Here is my script:
#!/bin/bash
rm -rf build
Version=$(/usr/libexe...
Pseudocarp asked 27/9, 2019 at 9:36
2
Solved
I would like to pass a named parameter to an npm run script so I can do something like the following:
"scripts":{
"say-hello":"echo $greeting && ls"
}
npm run hello --greeting=hello
...
Trippet asked 6/8, 2015 at 19:1
2
Solved
I added "-D MYOWNFLAG" to Other Swift Flags in Build Settings of Xcode.
Now, in my Run Script found in Build Phases, I want to check for the existence of the flag "MYOWNFLAG" and execute something ...
Musgrave asked 25/5, 2016 at 3:40
1
Solved
On my current project I am asked not to commit my Pods directory, and at the same time, guys want me to 'add some script' to XCode build phases which will run 'pod install' automatically before eac...
Reft asked 8/2, 2019 at 12:43
0
I have created a static ios library, and I have created Aggregate target to get an universal library as output for that i have included shell script in the build phase section:
# define output fol...
Hinrichs asked 29/10, 2018 at 8:50
1
I'm trying to setup a project exclusively with NPM as a build system (no Gulp or Grunt) so I'm a bit of a beginner, but so far it's working pretty nicely except for this little road block.
The scr...
Merce asked 17/5, 2016 at 7:32
3
Solved
I had the following errors when attempting to upload my app to the App Store ERROR ITMS-90087, ERROR ITMS-90209, & ERROR ITMS-90125 as outlined in this Question Submit to App Store issues: Unsu...
Unborn asked 6/2, 2016 at 11:13
1
I have a run script build phase I have added to an Xcode project.
I want to be able to toggle this run script on when I want it to run and off when I don't.
Is this possible in Xcode and if so ho...
Sulphone asked 20/11, 2014 at 19:45
1
Solved
I've written a small command line program with nodejs and I want to be able to type npm run test and run the program with the arguments below.
Typing the following command directly works,
node.exe...
Patisserie asked 28/5, 2016 at 15:21
1
I am adding "Version Detail" in settings.bundle. What could be a better way to set that identifier, I have seen few do it through code other's use the run script with Plistbuddy.
Is it like that i...
Electroacoustics asked 15/6, 2014 at 2:58
2
I'm using Jenkins to do continuous integration builds. I have quite a few jobs that have much of the same configuration code. I'm in the midst of pulling this all out into a common script file that...
Polyzoan asked 6/4, 2012 at 16:37
1
Solved
I run a script during a build phase.
Xcode lets you define user-defined build settings. I thought I would use these settings to store values or paths that I want to pass to the script.
Is this po...
Rancorous asked 24/3, 2012 at 4:44
1
© 2022 - 2024 — McMap. All rights reserved.