Skip to main content
0 votes
1 answer
106 views

I have a Flutter app that works fine on both Android and Windows. I don't have a Mac(and never used one), so I signed in to CodeMagic to build an IPA for a friend to use in his Apple mobile phone. The ...
LeeP's user avatar
  • 43
0 votes
0 answers
66 views

iOS Build Fails: Provisioning Profile Missing In-App Purchase Entitlement Despite App ID Having Capability My iOS app build fails with this error when archiving: Provisioning profile doesn't include ...
Mohammad Hammad's user avatar
1 vote
1 answer
74 views

I'm a PC developer, building my Flutter application for iOS using cloud CI/CD platforms. My app works perfectly on Android (both emulators and physical devices), confirming the health of my Dart code ...
PowerFinderGlobal's user avatar
1 vote
0 answers
59 views

I'm following the ios documentation for flutter to automate TestFlight deployments via Codemagic CLI tools. It works locally or via SSH terminal. The doco says to run keychain initialize. keychain ...
Baz Guvenkaya's user avatar
1 vote
0 answers
32 views

When I start the build in Code Magic, I keep getting below error: Failed to build iOS app Parse Issue (Xcode): Module 'cloud_firestore' not found /Users/builder/clone/ios/Runner/...
Bharath kumar's user avatar
0 votes
0 answers
43 views

I am trying to set up CI/CD for my SwiftUI application using Codemagic. However, when I attempt to build the application, the process fails with the following error: Step 2 script `Build the App` ...
Prit Yagnik's user avatar