a continuous integration service specialised for mobile apps
Questions tagged [buddy-build]
13 questions
27
votes
2 answers
Alternative to Buddy Build
Apple today bought out Buddy Build and announced there will be no more support for Android. What is a good alternative for Buddy Build?

etayluz
- 15,920
- 23
- 106
- 151
2
votes
0 answers
Simulator crashes during test in CI only
Almost very frequently, I'm getting crashes on my CI builds that run unit and UI tests of my application with following crashlog:
Process: trustd [9695]
Path: /Applications/Xcode-

manman
- 4,743
- 3
- 30
- 42
2
votes
0 answers
Buddy build doesn't show exact line of code in iOS
I am using buddy build for crash reporting in my iOS app. I integrated the buddy build SDK as mentioned in the docs here:
https://docs.buddybuild.com/sdk/feature_settings.html.
I could see the stack trace of crash and it shows in dashboard . But it…

iOSDeveloper
- 23
- 3
2
votes
2 answers
buddy build - There was an internal error
My build was successful using buddybuild. Then I imported my provisioning profile, certs, etc. All of that looked good.
When I tried to validate my build with itunesconnect via buddybuild, I received this error : There was an internal error. Not a…

Chris Bolton
- 2,162
- 4
- 36
- 75
1
vote
0 answers
Failed to download xcodegen from Homebrew on buddybuild
We have our CI job running on buddybuild successfully for years. Today it failed suddenly with some errors like
==> Downloading https://homebrew.bintray.com/xcodegen-2.20.0.catalina.bottle.tar.gz
curl: (22) The requested URL returned error: 404 Not…

Zhengqian Kuang
- 1,079
- 1
- 9
- 12
1
vote
1 answer
Uploading build from buddybuild to iTunes Connect failed
I am using BuddyBuild to manage all my builds and to upload them to iTunesConnect. For the last month and even yesterday everything was working perfectly and smoothly. For some reason, today I can't upload the build. All the tests are successful but…

Joan Cardona
- 3,463
- 2
- 25
- 43
1
vote
2 answers
Firebase Analytics Debug Mode + BuddyBuild
In order to enable Firebase Analytics Debug Mode we need to add this flag
-FIRAnalyticsDebugEnabled
to Xcode as described in the official documentation.
However...
... this only works when we launch the app from Xcode. When we deploy the app via…

Luca Angeletti
- 58,465
- 13
- 121
- 148
1
vote
0 answers
How to make BuddyBuild call react-native bundle with --dev false
We are using BuddyBuild for our CI flow. When doing a build, I've noticed in the BuddyBuild log screen that it calls "react-native bundle" without the --dev false flag like so:
This means the main.jsbundle is being generated is for dev purposes.…

Yaron Levi
- 12,535
- 16
- 69
- 118
0
votes
1 answer
React Native : iOS build crash after upgrade project to 0.58.0
I am updated my project to RN 0.58.0. Android builds (simulator and release) are working but i have problem with iOS builds.
I am building iOS app on BuddyBuild.
Build is working on iOS simulator but not on BuddyBuild (release).
I get this…

neman
- 196
- 1
- 10
0
votes
1 answer
Is it possible to enable legacy build system for buddy build?
We're trying to build a project on Buddy Build using Xcode 10. The project requires building with "legacy build system," but we can't seem to find how to enable this in the build settings in Buddy Build. Any one know how to do this so we can…

joeh
- 21
- 7
0
votes
2 answers
How to build Android app after Buddybuild?
Buddybuild team announced that they are now part of Xcode engineering team and Buddybuild won't be available for Android starting from March.
What should be my migration plan? Which CI/CD should I consider? Is Jenkins a good choice?

Mahmoud Khaled
- 6,226
- 6
- 37
- 42
0
votes
2 answers
How to install Fastlane on Buddybuild
I try to install Fastlane in a pre build step on Buddybuild.
My pre build script looks like this:
#!/bin/bash
if ! which fastlane >/dev/null; then
echo "Installing fastlane this may need sudo"
sudo gem install fastlane
else
echo "Updating…

Janusz
- 187,060
- 113
- 301
- 369
0
votes
0 answers
Buddybuild auto deploy errors with `Missing required parameters: packageName`
When attempting to deploy my Android app to the google play store and there are no variants to choose from to manually deploy the app either. The docs don't mention anything about packageName.
All the tests pass and it also builds successfully.

Rob Deans
- 75
- 1
- 9