This is the error on building or running ios app
Running Xcode build...
Xcode build done. 10.6s
Failed to build iOS app
Error (Xcode): Target native_assets failed: Error: Package(s) objective_c require the native assets feature
to be enabled. Enable using flutter config --enable-native-assets.
Encountered error while building for device.
Even after enabling the native assets from flutter config, the same error occurs.
This is the error on building or running ios app
Even after enabling the native assets from flutter config, the same error occurs.