Flutter app does not compile with Xcode 15 #2075
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceCompile a Flutter app with Xcode 15 in Code magic Expected resultsIt should compile and .ipa should be generated Actual resultsGives a compiler error with following error :
Note that the issue happens in the local machine as well with Xcode 15. This solution worked pichillilorenzo/flutter_inappwebview#1735 (comment). As this require changing a SDK file and requires sudo access. How do we do it in the CD machine? or is there any workaround for the issue? Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
hey @srinivas-codezyng i recently also had compiling issues with xcode 15, but I tried with the newly released cocoapods 1.13.0 version, and it fixed my problems.. try defining inside your yaml the build environment like this;
|
Beta Was this translation helpful? Give feedback.
-
I'm already running on 1.13.0 and still having the same error |
Beta Was this translation helpful? Give feedback.
-
I fixed all my Xcode 15 issues with flutter by going into [System Settings -> General -> Storage -> Developer -> & Delete the XCode Cache] |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
hey @srinivas-codezyng looks like it was just released a patch version that you can try to use