Questions tagged [codemagic]

A continuous integration and delivery tool for mobile projects

A continuous integration and delivery tool for mobile projects.

Homepage

210 questions
16
votes
9 answers

Why does my Flutter app crash at startup on iOS?

I'm trying to build a simple app using Flutter for iOS and Android, but the app crashes on startup when I try to run it on an iPhone (Android runs fine). I don't have a mac, so I'm using Codemagic to compile a release build and deploy to…
watts
  • 371
  • 1
  • 2
  • 11
16
votes
4 answers

error: Signing for "Runner" requires a development team

I get the below error when trying to build my Flutter APP for iOS using Codemagic. I have set the signing to automatic and given all the credentials required as mentioned in this medium article ❌ error: Signing for "Runner" requires a development…
Sampat
  • 1,301
  • 6
  • 20
  • 34
9
votes
2 answers

How to specify target platform ios version number in Codemagic

I am trying to build ios version of my app on Codemagic without a Mac. The build fails with the following messages. [!] Automatically assigning platform `iOS` with version `8.0` on target `Runner` because no platform was specified. Please specify a…
Mutlu Simsek
  • 1,088
  • 14
  • 22
9
votes
2 answers

How to change minimum deployment iosTarget from Codemagic?

I have developed a Flutter App on Windows. Now I am trying to make the build via codemagic. But I need to change the minimum deployment version for IOS. I get this error while building app with codemagic Specs satisfying the stripe_payment…
Hamza Azam
  • 302
  • 1
  • 4
  • 9
8
votes
1 answer

Build works on local but fails on codemagic | Execution failed for task ':app:stripDebugDebugSymbols'

I'm trying to implement a continuous deployment system to build my app and deploy to Google Play using codemagic. Doing a build works fine locally but fails remotely on codemagic. Error summary: FAILURE: Build failed with an exception. * What went…
eduinvestor
  • 125
  • 8
7
votes
1 answer

flutter build ipa returns: exportArchive: "Runner.app" requires a provisioning profile

== Building for iOS == > xcode-project use-profiles Configure code signing settings Searching for files matching /Users/builder/Library/MobileDevice/Provisioning Profiles/*.mobileprovision Searching for files matching…
7
votes
1 answer

Codemagic APP_STORE_CONNECT_PRIVATE_KEY Provided value is not valid

I'm trying to sign the iOS build on Codemagic using YAML workflow. Following this document I encrypted and added the following environment…
RainChaser
  • 137
  • 1
  • 6
7
votes
4 answers

CodeMagic Error, can't publish to google store

It's my first time linking with codemagic, and I'm trying to link my GitHub to the store, then I have received this error, Publishing failed :| Google Play failed to upload artefacts. The caller does not have permission: { "error": { "code": 403,…
Nimr Sawafta
  • 594
  • 6
  • 15
6
votes
2 answers

iOS build failed with `ld: bitcode bundle could not be generated`

I have following error when building iOS with CodeMagic. Running Xcode build... Xcode archive done. 14.3s Failed to build iOS app Error output from Xcode build: ↳ …
dhshtmdgml
  • 61
  • 1
  • 4
6
votes
1 answer

Flutter Codemagic IOS signing failed

Hello everyone I want to publish my application flutter on an appstore (individual account) in order to test it on a physical phone unfortunately I don't have a mac so I had to go through codemagic but the problem from the Installing dependencies…
Wambert Orion
  • 399
  • 3
  • 14
6
votes
1 answer

GoogleService-Info.plist : Copy bundle resources or not

I user flutter flavors (dev and prod) and my respective GoogleServices-Info.plist file is present in a Firebase/dev Firebase/prod folders respectively I use a "Build Phases" script to copy the file to Runner/ directory at build-time with the below…
5
votes
2 answers

How to create podfile in codemagic?

I'm trying to build an iOS flutter app in windows using Codemagic. I created the flutter project in android studio and uploaded it to github in order to use it in Codemagic... But when I try to build the iOS app, Codemagic throws me this…
Obed Monsalve
  • 171
  • 2
  • 12
5
votes
1 answer

Why am I getting "Failed to build for iOS" while building code in codemagic for Flutter?

I followed the steps as per the post in https://stackoverflow.com/a/55773996/13761601 using codemagic.io but while building the app in am getting the "Failed to build for iOS" error. I don't understand why am I getting this.I have attached the…
chethanv77777
  • 480
  • 9
  • 18
5
votes
2 answers

How to set automatic build for Codemagic?

I want to set automatic build on Codemagic whenever there is a merge on Develop branch Here is what i have set up But the build does not happen when there is a merge.
Neat
  • 233
  • 1
  • 4
  • 14
5
votes
3 answers

"App.framework does not support provisioning profiles" when trying to build my flutter app with codemagic

I'm trying to build and release my flutter app for development purposes (to test it with testmagic) with codemagic (because I'm using a windows machine). But everytime I build the app the step build fails and the following error shows up: Unable to…
thmspl
  • 2,437
  • 3
  • 22
  • 48
1
2 3
13 14