Questions tagged [codemagic]

A continuous integration and delivery tool for mobile projects

A continuous integration and delivery tool for mobile projects.

Homepage

210 questions
2
votes
1 answer

Flutter iOS build fails with multiple errors in ios/Runner/AppDelegate.swift

I built a Flutter 2.10.5 app that works well on Android. I am now trying to build it for IOS with codemagic devices but I get some errors: /Users/builder/clone/ios/Runner/AppDelegate.swift:11:9: error: expected expression in list of expressions …
Kantine
  • 747
  • 6
  • 14
2
votes
2 answers

ios build failure in codemagic due to CocoaPods could not find compatible versions for pod "FBSDKCoreKit"

I am creating a workflow in code magic for my flutter app. I am able to build the app from my local machine for both Android and IOS. In codemagic the android build is successful but the IOS build is failing. Below is the log. Please help me to…
Aravind
  • 1,145
  • 6
  • 18
  • 44
2
votes
1 answer

Codemagic IOS build failure | The relationship 'devices' is required but was not provided with this request

POST https://api.appstoreconnect.apple.com/v1/profiles returned 409: Relationship is required but was not provided. - The relationship 'devices' is required but was not provided with this request.
Aravind
  • 1,145
  • 6
  • 18
  • 44
2
votes
2 answers

Codemagic: how do I set up integration tests Android Emulator

Here is how the default configuration for tests looks like: In Flutter Drive arguments we can see that there is a target defined drive --target=test_driver/main.dart Flutter documentation on integration tests doesn't mention creating this file.…
Diana
  • 935
  • 10
  • 31
2
votes
2 answers

How to add NDK with flutter android build using CodeMagic CI/CD Interface?

I am learning CI/CD Workflows for Flutter apps, I have successfully set up the CI/CD for the flutter android app but it still shows the warning while submitting through CI/CD as follows: This App Bundle contains native code, and you've not uploaded…
Code Runner
  • 868
  • 16
  • 27
2
votes
1 answer

Flutter || Send Apk and Ipa to multiple email using Codemagic

I'm working on a flutter project and I built an Apk and iOS using Codemagic, the build succeeded and it was sent to my email address. Is there a way to send it to another email like change my email in configuration with another email. Any help is…
2
votes
1 answer

How can I publish my flutter app in Codemagic to their static pages without using Workflow Editor

I am able to publish my flutter app to the Codemagic static pages. I go into workflow editor under distribution and I can set it up. I want to get away from workflow editor and use their codemagic.yaml file instead. When I do that, I don't see…
shawnlg
  • 351
  • 4
  • 12
2
votes
1 answer

Codemagic issue with provisioning profile IOS

I had few successful builds few days ago and I even published new app version! Today I tried to run it again and when building IOS project on Codemagic I got the following error in "xcode-project use-profiles" step: Completed configuring code…
2
votes
1 answer

Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications [Codemagic]

Since I updated my flutter project to v2 I'm getting this error on Codemagic and I don't know what to do honestly. I'm using Windows 10 to develop on Flutter and Codemagic to compile to iOS, until the update (v2) everything was fine... This is what…
2
votes
0 answers

Codemagic IOS build fail flutter_udid

I'm trying to build my flutter app with codemagic for IOS. As i dont have any mac computer. But i'm facing an error on the build process. Running pod install... 64.3s Running Xcode build... …
2
votes
1 answer

Updating Codemagic Android build status to self-hosted GitLab repository

I have self-hosted GitLab repository and I use Codemagic CI. I have already configured automatic triggering with webhooks in GitLab settings, but after the build is complete, the status is not displayed in the MR tab in GitLab.
Mariusz
  • 1,352
  • 1
  • 16
  • 31
2
votes
1 answer

Codemagic CI: Get android version from Git Tag

I have a Flutter app that i'm running through CI using Codemagic to build out the app to iOS and Android. A big part of the CI is a semantic version control which takes my git commits and builds my version as a tag in gitlab. When these tags are…
2
votes
1 answer

Is it with Codemagic possible to have multiple codemagic.yaml files?

I'm using Codemagic for my Flutter CI. For my repo, I'm using a monorepo structure. So I split my repository into +20 local packages. For every package, I'm running an own workflow (analyze, test, format, etc.). Because of the high number of…
Nils Reichardt
  • 3,195
  • 2
  • 18
  • 28
2
votes
1 answer

How to avoid triggering builds from git in codemagic

Is there a way to skip the github build? The problem is that my builds are automatically triggered when pushing to a branch, but after merging to the main branch and triggering the build automatically.I want to upgrade the flutter version of the…
2
votes
1 answer

Codemagic not signing my app for distribution

i'm trying to distribute an app made with flutter, i've tryied using automatic sign and manual sign, but both of them fails. This is the log for manual sign: == Use manually uploaded iOS code signing files == Saved Provisioning Profile…
Rogerio
  • 31
  • 3