79507932

Date: 2025-03-14 00:35:53
Score: 1.5
Natty:
Report link

Considering that you have done all the steps I would follow, I would suggest:

  1. Check your dependencies
    It may be an error with your dependencies. Some versions may still 'force' your system to run <13.0.
    You may look in your flutter terminal. Run 'flutter pub get' and check the outdated dependencies. Or you may visit the dependency on flutter website and check the latest version.

  2. Clean Xcode cache

    flutter clean

    flutter pub get

    cd ios

    xcodebuild clean

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marcony Monteiro