bitrise

How to push tag to a branch in a CI?

限于喜欢 提交于 2021-01-28 11:16:34
问题 I want to add a manual jobs to my Pull Request to tag my source branch when i run the manual jobs. This tag will trigger a build on my bitrise configuration. However, when i'm trying to push my tag, i am facing this issue. NB: The branch i'm trying to push my tag to is NOT protected. $ git checkout $CI_COMMIT_REF_NAME Switched to a new branch 'feature/gitlab-ci' Branch feature/gitlab-ci set up to track remote branch feature/gitlab-ci from origin. $ git tag build-bitrise $ git push --tags

Difference between assemble vs assembleDebug vs assembleRelease

纵饮孤独 提交于 2020-01-30 06:53:24
问题 I am trying to learn bitrise platform. As of now I don't know what exactly a use of this platform also. Anyways while I was doing setup and it is asking for to select gradle-task to run. Does anyone know what is the difference between assemble vs assembleDebug vs assembleRelease ? Did anyone get a chance to try this platform ever in the mobile application ? 回答1: An Android project has at least two outputs: a debug APK and a release APK. Each of these has its own anchor task to facilitate

Difference between assemble vs assembleDebug vs assembleRelease

落花浮王杯 提交于 2020-01-30 06:53:06
问题 I am trying to learn bitrise platform. As of now I don't know what exactly a use of this platform also. Anyways while I was doing setup and it is asking for to select gradle-task to run. Does anyone know what is the difference between assemble vs assembleDebug vs assembleRelease ? Did anyone get a chance to try this platform ever in the mobile application ? 回答1: An Android project has at least two outputs: a debug APK and a release APK. Each of these has its own anchor task to facilitate

XCUITest Simulator architecture appears to be unsupported by the Appium

守給你的承諾、 提交于 2020-01-23 14:40:05
问题 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 .app folder and the zip file. 1) Set Xcode Project Build Number 2) Xcode Archive & Export for iOS Once the zip file is created it is uploadedin the saucelabs. When I execute the tests in saucelabs, I get the following error from the appium server. > 2018-06-20 08:58:53:668 - [XCUITest] *************

Bitrise : GoogleMaps framework not found issue

早过忘川 提交于 2020-01-02 10:28:11
问题 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 tried to do the same process via Bitrise it fails saying ❌ ld: framework not found GoogleMaps ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) The following build commands failed: Ld /Users/vagrant/Library/Developer/Xcode/DerivedData/ -dieoklyyfvjmlsccijdlwfgpxbsh/Build

Android reports “Error=Unable to find instrumentation info for: ComponentInfo {}”

对着背影说爱祢 提交于 2019-12-23 09:05:23
问题 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 different than others is I am working on automation. So let me give you more details. I have no problem when I'm testing on local machine (I mean my laptop). I can run Espresso testing and all tests passes. Now, I want to run these tests on CI (Bitrise in my case). I create and run Emulator. I

Could not find com.google.gms:google-services:4.1.0 [duplicate]

﹥>﹥吖頭↗ 提交于 2019-12-03 10:26:41
This question already has answers here : Error: could not find com.google.gms:google-services:4.2.0 (4 answers) 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.google.gms:google-services:4.1.0. Searched in the following locations: https://dl.google.com/dl/android/maven2/com/google/gms/google-services/4.1.0/google-services-4.1.0.pom https://dl.google.com/dl/android/maven2/com/google/gms/google-services/4.1.0/google-services-4.1.0.jar https://jcenter.bintray.com