Skip to main content
8 votes
3 answers
2k views

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 files. ...
Reinhard Männer's user avatar
1 vote
1 answer
201 views

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 > "${...
Andrea Mario Lufino's user avatar
1 vote
0 answers
171 views

I'm trying to add firebase for my own project in dev and production environtment. I need to add GoogleService-Info.plist for Dev and Prod environment. After add new run script phase. There's error ...
lauwis premium's user avatar
0 votes
2 answers
288 views

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 device. Script: "${BUILD_DIR%Build/*}/...
ΩlostA's user avatar
  • 2,621
1 vote
0 answers
1k views

I am trying to integrate webengage to the website and trying to trigger "Added to cart" event along with the product data like(name, variation, price, quantity etc..) Without ajax, when page ...
jaya558's user avatar
  • 11
1 vote
1 answer
2k views

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 ...
Super Kai - Kazuya Ito's user avatar
0 votes
1 answer
2k views

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 ...
Avinash reddy's user avatar
0 votes
1 answer
43 views

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 ...
Bista's user avatar
  • 7,893
0 votes
1 answer
718 views

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 ~/...
m-dz's user avatar
  • 2,382
2 votes
3 answers
2k views

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 ...
Le Minh's user avatar
  • 165
0 votes
0 answers
31 views

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 ...
atack's user avatar
  • 55
0 votes
1 answer
494 views

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 appstoreconnect PLIST="${PROJECT_DIR}/${...
dimaskpz's user avatar
  • 107
2 votes
2 answers
3k views

I have Firebase Analytics and Crashlytics enabled in my app. As per the Firebase website, I have implemented the following in my Run Script, under Build Phases in Xcode: find dSYM_directory -name "*....
Mitchell D's user avatar
2 votes
2 answers
6k views

I am trying to develop an IF statement, which will - Run another python script, if there are values in [Column Name] which are equal to zero. - Else do nothing. My original thought was to do ...
user12239916's user avatar
5 votes
2 answers
11k views

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/...
ΩlostA's user avatar
  • 2,621

15 30 50 per page
1
2 3 4 5
8