bitrise Questions

3

Solved

I have private repo in github, and use it as a packages in my project. in pubspec.yaml i write it like these. dependencies: shared_preferences: ^0.4.3 atomic_app_customer_musteat_id: git: [emai...
Samovar asked 7/2, 2019 at 2:15

11

Solved

I just configure a project in bitrise.io. But the xcode-build fails with error: xcodebuild: error: The project named "Foo" does not contain a scheme named "Bar". The "-list" option can be used to ...
Accost asked 4/11, 2015 at 12:9

2

Solved

I'm trying to automate build process on CI that I'm working with. I am able to call a curl and assign it some variables such as version code and names. Then CI (in my case Bitrise CI) catch it and ...
Sweettalk asked 25/3, 2016 at 4:24

1

Solved

My problem is that when using Firebase (cloud_firestore in particular) the build times of Flutter iOS app get so long, that my CI build on Bitrise reaches timeout (28 min for flutter build --releas...
Deipnosophist asked 11/5, 2019 at 11:15

2

I'm building an iOS app locally using Fastlane, without any problems. I'm using match with a separate repo, to keep track of certificates and provisioning profiles. Locally it works fine. On Bit...
Impellent asked 4/2, 2018 at 13:42

2

Solved

Is there a way to store my app's provisioning profiles along the code in my git repository and make Bitrise install them on runtime? This instead of manually uploading the profiles to Bitrise.
Conceptacle asked 19/6, 2019 at 19:27

2

Solved

I am trying to test my react native iOS app in saucelabs(appium). Saucelabs require a file zip of .app folder created after the xcode build. I am using following steps(bitrise steps) to create the...
Tetraspore asked 21/6, 2018 at 8:54

2

Bitrise build is failing with the following error: A problem occurred configuring root project 'src'. Could not resolve all files for configuration ':classpath'. Could not find com.googl...
Prowl asked 10/12, 2018 at 14:45

1

Solved

I am using Bitrise to generate build and upload it to AppStore. There were no errors when i run app on device or generate build and upload to AppStore via Xcode no problem occurred, but when i trie...
Beetner asked 9/10, 2018 at 11:44

1

Summary: As I'm integrating CI to the development workflow, I'm also trying to move the executions of Bitrise workflows to our local iOS Mac Computer which is setup as a Jenkins slave. The project...
Cymatium asked 9/8, 2018 at 13:34

3

Solved

I have configured a build for an Android project in Bitrise. Now I need to setup automatic deployment for beta testing in Fabric/Crashlytics, just don´t know how to add a step to accomplish that. A...

1

There are a lot of topics/questions regard this issue on stackoverflow (such as Error=Unable to find instrumentation info for: ComponentInfo{ }) and other website but the thing that make my problem...
Catherinacatherine asked 20/4, 2016 at 19:34

1

Solved

The Xcode archive step creates this variable: ${BITRISE_DEPLOY_DIR} and read that pilot uses the PILOT_IPA environment variables for the IPA directory. Is there a way to assign the output (BITRISE...
Akmolinsk asked 10/11, 2015 at 9:44
1

© 2022 - 2024 — McMap. All rights reserved.