Questions tagged [bitrise]

Bitrise is a CI/CD Platform for mobile development (iOS/Android/Xamarin). Use this tag to ask questions about Bitrise builds, workflows, webhooks, and app configurations.

In short Bitrise is a Continous Integration and Delivery (CI/CD) Platform as a Service (PaaS) with a main focus on mobile app development (iOS, Android).

You can automate the testing and deployment of your apps with just a few clicks.

When you trigger a build a Virtual Machine is assigned to host your build and your defined Workflow (series of Steps scripts) will be executed, step by step.

A workflow consists of one or more steps which are open source git repositories with scripts that can be imported into Bitrise. This part of Bitrise is Open Source so you can develop your own steps too.

The steps can do anything that can be implemented using scripts: send emails, text messages, pass values to each other, create Xcode archives, publish to iTunes Connect, notify other users or even gather system information about the Virtual Machine running the build and many more. You can read more at How Bitrise Works.

After a build is finished the Virtual Machine is discarded and you can browse the logs of every step that ran during the workflow. You can read more at Code Security.

This tag should be used for questions regarding Bitrise's software. For general mobile questions, use the , , and tags. For feature requests and general support visit https://discuss.bitrise.io.

195 questions
0
votes
0 answers

How to set-up Appium-webdriverIO-mocha tests for iOS & Android ReactNativeApps on BitRise and Browserstack

We have UI tests for reactive Apps(iOS & Android) written in Appium-WebDriverIO/Mocha. The tests code sits in a separate folder inside the development code but shares same package.json & scripts. We are planning to run tests on A) Browserstack…
user2451016
  • 1,857
  • 3
  • 20
  • 44
0
votes
0 answers

Bitrise continues integration rooted emulator?

Our app uses continues integration from Bitrise to build and run automation UI tests. We were required to implement rooted device checks which now are failing the tests and it seems that their emulator is detected as rooted. Anyone had experience…
Sunay Hashimov
  • 161
  • 3
  • 12
0
votes
1 answer

How to use Bitrise build message when deploying to HockeyApp

How can I use the Bitrise build message (look at the image bellow) as a message when deploying to HockeyApp?
Todor Kostov
  • 1,789
  • 1
  • 13
  • 20
0
votes
0 answers

ionic cordova resources does not seem to work within Bitrise

I am trying to set up an Ionic build on Bitrise with a Fastlane script. As part of the build process a js script is run via node: sh "cd .. && node ./scripts/setupEnvironment.js --env=#{environment}" The final step of this js script is to run…
user3265561
  • 812
  • 7
  • 22
0
votes
0 answers

Issue running Bitrise Codesgindoc with Xcode

I ran bash -l -c "$(curl -sfL https://raw.githubusercontent.com/bitrise-tools/codesigndoc/master/_scripts/install_wrap-xcode.sh)" Under 'select scheme' A list of apps appeared I selected my app from the list 3.1 Added location of project Open the…
0
votes
0 answers

No such file or directory libRNBlur.a - Bitrise

I'm having a problem with the IOS project build in Bitrise. I am getting the following error: clang: error: no such file or directory folder/libRNBlur.a The same works properly on Macbook. Library is added to Xcode. PS: I'm using fastlane to run the…
0
votes
1 answer

How to view detailed error message in failed build

So this is the only thing I see on failed build. When running npm scripts on a cli, you usually see more than the exit status. Is there some option to view the entire cli output instead of this pseudo log?
Tom M
  • 2,815
  • 2
  • 20
  • 47
0
votes
0 answers

Local vs. Repo project.xcworkspace inconsistency

I am attempting to add a new iOS app into bitrise, but during the validation process I am getting the error: contents.xcworkspacedata does not exist at: PROJECT.xcworkspace/contents.xcworkspacedata When I look in my repo and my local folder, I…
BlondeSwan
  • 772
  • 5
  • 26
0
votes
1 answer

Open STF with Bitrise gives Could not get device serials, error:

I added Open STF to Bitrise workflow and gives the following error message while building Could not get device serials, error: [Get http://x.x.x.x:portno/#%21/devices/api/v1/devices: net/http: request canceled while waiting for connection…
Hari Prasad L
  • 133
  • 2
  • 14
0
votes
1 answer

Bitrise Android build failing without source code changes?

I just triggered a fresh Bitrise build on an unchanged Android project to find this error now occurring: FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration ':app:[REDACTED]CompileClasspath'. >…
j_d
  • 2,818
  • 9
  • 50
  • 91
0
votes
1 answer

Bitrise local path certificate and provisional profile

Can anyone provide me a way to assign the path of my profile and certificate which is already in my cloned code to bitrise.(using git) right now, i am giving {“mapped_to”:"$BITRISE_PROVISION_URL",“value”:“file://./profile/bitdist.mobileprovision |…
Slimshady
  • 21
  • 3
0
votes
1 answer

Validating Failed to get test status, error: Failed to get test status: INVALID(TEST_SAME_AS_APP) in Bitrise

I have started Appium server with the below lines of code in script step #!/bin/bash set -ex npm install -g appium appium &>/dev/null & In Android Virtual Device testing step, getting the following error message. Is there any way to avoid this…
0
votes
1 answer

How to get codecov.io to post coverage reports to bitbucket pull request comments

I am trying out using codecov.io with BitRise and BitBucket. I am able to get code coverage reports from my pull requests posted to CodeCov.io, but not to the bitbucket pull request comments. I have added a codecov.yaml file to the repo, which…
Sam Woolf
  • 81
  • 7
0
votes
2 answers

Bitrise error: cocoapods project-workspace mapping error

Using Bitrise for the first time, I tried to create the validation in their web wizard. First, the "share" tag was needed inside my Xcode scheme - but then the following error occurs during Bitrise validation: Failed to determine cocoapods…
iKK
  • 6,394
  • 10
  • 58
  • 131
0
votes
1 answer

how to see simulator while running test cases on bitrise

Is it possible to see simulator while running test cases on bitrise . I am running detox test cases using bitrise as CI. I am not sure how it works therefore I am not at any idea of initiating the simulator on cloud and visible to user. App…
1 2 3
12
13