Questions tagged [run-script]
112 questions
0
votes
1 answer
What is the role of run script in Build Phases in Xcode 4
Can any one explain actual usage of run script in xcode 4.
what is the usage of run script.
which type of scripts we can add in run script.
when will execute the run script.
explain some of the example to write the run script.
can you give over…

Thukaram
- 1,085
- 2
- 13
- 33
0
votes
0 answers
jump to a specific image in a gallery by clicking on an interactive image map - wordpress
I am trying to create on my WordPress website something similar to this:
Link, where you have an image map on the right and by clicking on a certain section of the image, the gallery on the left will jump to a specific image.
The interactive image…

emk
- 1
- 1
0
votes
0 answers
xcparse command in post-actions script always returns error
I've set up an XCUITest target to automatically make screenshots. What I'm trying to do is automate the export of those screenshots. To do this I'm writing this bash script:
exec > "${PROJECT_DIR}/post_test.log" 2>&1
set -o pipefail
set…

Andrea Mario Lufino
- 7,921
- 12
- 47
- 78
0
votes
0 answers
How can I check if a process is running on windows, based on a full file path?
If I have a script in
C:\Users\Me\Desktop\M\MouseMover.py
and another script in
C:\Users\Me\Desktop\M\AudioPlayer.py
I want to have a THIRD script that can check if the mousemover and audioplayer are running, if not it needs to run them ( I'll just…

flockland
- 3
- 1
0
votes
0 answers
When packaging the iOS project of the Flutter project, there is no problem with manual packaging, but there will be problems with script packaging
** ARCHIVE FAILED **
error: the following command failed with exit code 1 but produced no further output
Run custom shell script 'Run Script'
** CLEAN FAILED **
I hope the script can be used for normal packaging
0
votes
2 answers
iOS/Objective-C: How to import DWARF file in Firebase Crashlytics? "${PODS_ROOT}/FirebaseCrashlytics/upload-symbols" not working anymore
I just install Firebase, but impossible to import à DWARF file.
I put this line in my Script of the app, but it seems not to resolve the problem with a real…

ΩlostA
- 2,501
- 5
- 27
- 63
0
votes
1 answer
Show a notification message with "Run script" mode for Action (Retool)
With "Show notification" mode for Action and other settings as shown below, I could show a notification message on the top right corner of the screen:
This is the notification message on the top right corner of the screen:
Now, with "Run script"…

Super Kai - Kazuya Ito
- 22,221
- 10
- 124
- 129
0
votes
1 answer
Firebase crashlytics script in iOS(2021) not working via Testflight
I am trying to integrate firebase crashlytics into iOS app.
During integration I added run script to upload crashes automatically.
I connected my iPhone_XR to Xcode and ran in release mode. Then I force crashed.I repeated it several times. After few…

Avinash reddy
- 19
- 8
0
votes
1 answer
Pod release failed
I'm developing a Pod.
I've 2 files(json and yml) in (Example)project's root folder(not in pod itself).
I've written a Run-Script in the Pod's .podSpec file using script_phases to copy the contents of JSON file into the YML file before_compile.
File…

Bista
- 7,869
- 3
- 27
- 55
0
votes
1 answer
Add keyboard shortcut to run .py script with current file as argument
Assuming I have a .py script in ~/Scripts/script.py, how can I run it with the currently opened file in PyCharm 2020.3 Professional?
What I simply need is to bind a keyboard shortcut to a python ~/Scripts/script.py command and see the…

m-dz
- 2,342
- 17
- 29
0
votes
3 answers
Xcode build never finishes when upload-symbols in Build Phase Run Script for FirebaseCrashlytics
I have apply Firebase Crashlytics in my app. I have implemented the following in my Run Script, under Build Phases in Xcode:
I also config into Build Settings:
and the message I receive when Xcode building :
Running upload-symbols in Build Phase…

Le Minh
- 135
- 1
- 1
- 12
0
votes
0 answers
Xcode release build configuration reflects outdated git branch
When building my app with Xcode debug build configuration I am seeing my most recently updated git branch.
When building my app with Xcode release build configuration I am seeing an outdated git branch.
How do I build my app in Xcode release build…

atack
- 55
- 8
0
votes
1 answer
how to setting XCode project that have two target with same bundle version
so if i upload on appstoreconnect and have different bundle version on each target it will be ignored by apple. ignored info when uploading to…

dimaskpz
- 81
- 8
0
votes
1 answer
Xcode IDE not showing download file in directory using Run Script
I'm having trouble with the 'Run Script' in the Xcode IDE. I'm able to download a file from a server using this script below, straight into a directory in Xcode, which can be viewed, by way of right clicking on the folder in the IDE where the…

Jonas
- 474
- 3
- 17
0
votes
1 answer
Run a python HttpServer before run a iOS project in Xcode
I’m trying to run a http server before run an iOS project. I've added a script python -m SimpleHTTPServer 9527 in Run Script.
It's OK when I run it in Terminal,
But when I clicked the Run button in Xcode, it stoped like
When I stoped the…

ZeroChow
- 422
- 2
- 5
- 16