Questions tagged [codemagic]

A continuous integration and delivery tool for mobile projects

A continuous integration and delivery tool for mobile projects.

Homepage

210 questions
5
votes
3 answers

Why does this Flutter test fails on CodeMagic?

When I try to test the build on Codemagic, the test fails. I tried to change widget_test.dart code, Still the problem remains unsolved. How to resolve this issue? This is the error thrown by codemagic. == QA == == flutter test --machine…
imgkl
  • 1,013
  • 1
  • 7
  • 24
5
votes
1 answer

firebase_analytics: CocoaPods could not find compatible versions for pod "Firebase/Core"

I added firebase_analytics to my Flutter app and it works great on Android. When I go to build an iOS version I get a vague error when I build the app using Codemagic. It seems to build OK locally. Fetching external sources -> Fetching podspec…
bamnet
  • 2,525
  • 17
  • 21
4
votes
1 answer

Flutter Codemagic Static Pages failed without any error

I try to build my flutter app for web with Codemagic. But the publish failed every time. On my pc it works without any problems and Codemagic also worked till one week ago. Here the output of Codemagic: I see no reason why it failed. Any ideas? I…
MiWe
  • 113
  • 4
4
votes
2 answers

Codemagic iOS build fails due to firebase GoogleService-Info.plist

I am building my flutter project with codemagic for iOS. The android build works as expexted. The iOS build error: Xcode build done. 1520.2s Failed to build iOS app Error output from Xcode…
Jo Eder
  • 318
  • 2
  • 9
4
votes
1 answer

Unable to create an authentication session on Codemagic when code signing on ios

I feel like I'm missing something but can't be sure really. I'm trying to use automatic code signing feature of codemagic for IOS app store release. But during build it prints; > /usr/local/bin/flutter build ios --release --no-codesign Warning:…
Sercan Ozdemir
  • 4,641
  • 3
  • 34
  • 64
4
votes
1 answer

Codemagic not working for custom run script in iOS?

I am trying to build a flutter app on Codemagic. The app uses multiple firebase project so I have configured it accordingly. I am able to run all flavors both for android and iOS locally. The android build is success on Codemagic as well but the iOS…
BraveEvidence
  • 53
  • 11
  • 45
  • 119
4
votes
1 answer

Codemagic or Fastlane failing while exporting archive for iOS in Flutter projects

Problem For flutter projects when trying to do CI via Fastlane or Code magic getting an error. Error(s) Unable to export archive: 2019-07-19 06:35:19.256 xcodebuild[3381:21183] [MT] IDEDistribution: -[IDEDistributionLogging …
dileep
  • 103
  • 5
3
votes
4 answers

How to build ipa file in windows?

I am developing a flutter application, I am using windows, I build the apk file. I wanted to build for the ios part. But it is not possible in windows and I use codemagic. but code magic builds Runner.app file. and I use the diawi website to convert…
Fasikaw
  • 141
  • 2
  • 6
3
votes
1 answer

Authentication issue in Codemagic while building for iOS with flutter

I was trying to build and upload my flutter app and this error came out with 10 attempts of upload in the Publishing step, have no idea why that could be. The iOS Sign In it´s actually conected and also the App Store Connect, the app build goes…
3
votes
1 answer

"dart: Command not found" when running Dart commands in Codemagic

when I try to run Dart commands (even simple dart --version) in Codemagic it fails with an error saying dart: command not found.
Mikhail Tokarev
  • 2,843
  • 1
  • 14
  • 35
3
votes
0 answers

CodeMagic build fails after adding notification(FCM) service extension

Im trying to add Firebase Cloud Messaging image service extension to my existing flutter app. I followed this tutorial and implemented cloud messaging as shown. Local builds and project works as expected, but CodeMagic pipeline fails at signing…
BRTZL
  • 31
  • 1
  • 4
3
votes
1 answer

CI/CD Codemagic - (Flutter ios) Packages are not supported when using legacy build locations, but the current project has them enabled

I am trying to build my flutter app using codemagic, but every time I got this error xcodebuild: error: Could not resolve package dependencies: Packages are not supported when using legacy build locations, but the current project has them…
3
votes
2 answers

Codemagic automatic build not getting triggered

I have my public repository on github and i have connected it with codemagic. I have configured build such that it gets triggered on push. My understanding says that, this configuration will trigger build on push to any branch. But Even after…
3
votes
1 answer

React native - Codemagic ios build failed to publish

Expected : I need to upload an ipa to app store in flightmode. Facing : Below is the response in build ios section(coademagic.yaml response) - Successfully created archive at build/ios/xcarchive/Projname_6don6ptw.xcarchive Export…
3
votes
2 answers

How to solve "fatal error: module 'barcode_scan' not found" in codemagic?

I created a android app with flutter and android studio and everything is good, it's has been builded, tested and deployed, now I'm trying build an ios version using that same codebase but I don't have a mac... So, I'm using codemagic.io to build…
Obed Monsalve
  • 171
  • 2
  • 12
1
2
3
13 14