Replies: 1 comment
-
|
Hello there, Since you have an active internal thread on the same issue, I am going to go ahead and close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Trigger a new iOS build on Codemagic using a standard Flutter project.
The build process runs xcode-project build-ipa.
The build fails during the IPA export phase.
(Note: I am developing from a Windows environment, relying on Codemagic to generate the iOS environment from the Flutter project.)
Expected results
The build should successfully generate the .xcworkspace file, compile the dependencies, and output the .ipa file.
Actual results
The build fails with: xcode-project build-ipa: error: argument --workspace: Path "ios/Runner.xcworkspace" does not exist.
Even when the workspace is found, the build fails with compilation errors in SDWebImageWebPCoder: bitwise operation between different enumeration types ('enum CGImageAlphaInfo' and 'enum CGBitmapInfo').
It appears that the environment has been updated to a stricter Xcode version that rejects older pod configurations (targeting iOS 9.0) and treats compilation warnings as fatal errors.
Build id (optional)
6a0ef4f74979b1629d8a520e
Beta Was this translation helpful? Give feedback.
All reactions