6 questions from the last 365 days
0
votes
1
answer
106
views
Flutter build issue to make a IPA file
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 ...
0
votes
0
answers
66
views
iOS Build Fails: Provisioning Profile Missing In-App Purchase Entitlement Despite App ID Having Capability
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 ...
1
vote
1
answer
74
views
Subject: Persistent iOS Build Failure in CI/CD: darwin-podhelper.rb Circular Dependency & Generation Issue
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 ...
1
vote
0
answers
59
views
Codemagic keychain initialize requires write permission in Library/Preferences
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 ...
1
vote
0
answers
32
views
Need help building app with code magic and flutter
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/...
0
votes
0
answers
43
views
SwiftUI App CI/CD Build Fails on Codemagic with Status Code 70
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` ...