I’m making an attempt to construct my Flutter app for iOS, however I maintain working right into a Flutter framework error. Please discover github code hyperlink – https://github.com/SlumdogMillionaire/flutterapp.git
Error messages:
Error (Xcode): Goal debug_ios_bundle_flutter_assets failed:
PathNotFoundException: Can’t open file, path=”/Customers/saurabharora/Desktop/…/flutter_mobile_app/ios/Flutter/AppFrameworkInfo.plist”
(OS Error: No such file or listing, errno = 2)
Error (Xcode): Null test operator used on a null worth
Situation:
• My ios/Flutter/ folder is lacking Flutter.framework, App.framework, and AppFrameworkInfo.plist.
• Verified SDK cache: I see Flutter.xcframework below ~/growth/flutter/bin/cache/artifacts/engine/ios/, however not Flutter.framework.
• This looks as if a corrupted framework subject.
What I’ve tried:
• flutter clear → flutter pub get → flutter construct ios
• flutter precache –ios
• Eliminated ios/Flutter and rebuilt
• Confirmed Flutter SDK is put in in ~/growth/flutter/
Query:
• Why is Flutter.framework not being generated in ios/Flutter?
• Is that this a Flutter SDK corruption subject, or ought to I regenerate the iOS folder (flutter create .)?
• How do I repair the lacking framework and the null error throughout construct?
System:
• macOS (Intel MacBook Air)
• Flutter (steady channel, newest)
• Xcode newest