Questions tagged [codemagic]

A continuous integration and delivery tool for mobile projects

A continuous integration and delivery tool for mobile projects.

Homepage

210 questions
0
votes
1 answer

Codemagic pre-build Issue for Firebase config

There's a codemagic guide that shows how to use google-services.json and GoogleService-Info.plist without committing them to the main repo: https://docs.codemagic.io/custom-scripts/load-firebase-configuration/ I've renamed the variables used, but…
oodavid
  • 2,148
  • 2
  • 23
  • 26
0
votes
1 answer

fastlane - cant publish to google playstore

I can't publish my App Bundle to Google PlayStore via Google Cloud and CodeMagic.io. The Error is below: Publishing failed :| Failed to publish: The bundle targets unrecognized languages: fb Previously, this AppBundle build using Flutter. any idea…
questionasker
  • 2,536
  • 12
  • 55
  • 119
0
votes
0 answers

CodeMagic Shows An Empty List

For the last few weeks all of my apps have disappeared from CodeMagic I've tried disconnecting the repositories and reconnecting them by nothing changed. Filtering or searching does not work either. Any ideas?
vale
  • 1,376
  • 11
  • 25
0
votes
0 answers

Issue while Build and install ios app using flutter and codemagic on Ubuntu

I tried to build flutter ios app using Codemagic and install with Cydia Impactor. I am using Ubuntu 18.04. The link is what I refered to. ==> Developing and debugging Flutter apps for iOS without a Mac Codemagic built flutter app successfully and…
seoji kim
  • 1
  • 1
0
votes
1 answer

Flutter test resources in codemagic

I want to use JSON files to mock HTTP responses in my Flutter tests. On gitlab CI the tests are passing. Locally also. But on codemagic.io there is an error: FileSystemException: Cannot open file, path = 'test_resources/mock_response.json' (OS…
jarekbutek
  • 585
  • 6
  • 13
-1
votes
0 answers

Publishing failed :| Failed to publish abc.pkg to App Store Connect

Since flutter 3.13 released, I'm not able to publish macOs app for appStore. I've tried multiple solutions such as Adding permissions in Xcode file and adding settings for codeMagic with no success. Error Message: "The installer package includes…
Rohan Jariwala
  • 1,564
  • 2
  • 7
  • 24
-1
votes
0 answers

Codemagic iOS Code signing - Unable to load bundle identifier

I have no mac device to do the job so I'm trying to generate my IPA file from codemagic.io . I have configured Codemagic with an App Store Connect Key and facing this problem How can I solve the problem? Unable to load bundle identifiers Thanks for…
-1
votes
1 answer

(Flutter) Podfile does not exist, app won't build in codemagic (iOS)

I've been looking for a solution and haven't found any for my circumstances. I develop in linux using VSCode, building and deploying to the AppStore via codemagic. I have a published App, both stores (apple/android) and just recently updated its…
-1
votes
1 answer

flutter ios build error on code magic mac m1

I am getting this weird error about the file name that is being created when I try to build ios app with the release flag ,I have no idea where this error is originating but I think there is something in the file…
Ahmed Ali
  • 33
  • 4
-1
votes
1 answer

Build & Distributing an iOS app with Codemagic CI / CD

I am trying to setup a complete CI / CD workflow with Codemagic on my GitLab repository for my Flutter project in order to distribute and publish the iOS and Android apps on Firebase App Distribution. So far I successfully manage to have it work for…
Mackovich
  • 3,319
  • 6
  • 35
  • 73
-1
votes
1 answer

Error (Xcode): Build input file cannot be found: '/Users/builder/clone/ios/GoogleService-Info.plist'

I am attempting to generate an iOS build(IPA file) for my Flutter application on Windows 10 using Code Magic. Unfortunately, I have encountered an error during the build process. Attached is a screenshot of the error. I would greatly appreciate your…
Lakshmi
  • 1
  • 1
-1
votes
1 answer

Codemagic : no Explore Build Machine via SSH or VNC Client

I tried to use codemagic for my flutter app to run in on iOS. Successfully builded the application, but there is no option for [Explore Build Machine via SSH or VNC Client], which i gonna run from VNC. I watched it from this tutorial :…
Andrew
  • 1
-1
votes
1 answer

Codemagic dont unloaded a flutter app assembly in Appstore Connect

I'm trying to build my project using codemagic and put it on testflight (version in pubspec.yaml: 1.1.0), but for some reason, it is possible to put it in the appstore (screenshot number 1), but not on testflight (screenshot 2) screenshot…
-2
votes
1 answer

Codemagic WARNING: ignoring settings from 'local.properties'

In codemagic workflow editor I can see this at the bottom of get dependencies task: WARNING: ignoring settings from 'local.properties'! I believe this is causing Cannot invoke method toInteger() on null object while building android, because…
BeniaminoBaggins
  • 11,202
  • 41
  • 152
  • 287
1 2 3
13
14