skip to Main Content

Failed to build iOS app
Error (Xcode): ../../../Developer/flutter/packages/flutter/lib/src/material/data_table.dart:1164:41:
Error: Member not found: ‘Matrix4.identity’.

Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.

When i type flutter run the above error occurs on the default application without any configurations. I didn’t get why the error occurs.

2

Answers


  1. Chosen as BEST ANSWER

    just run flutter pub cache repair, this error occurs due to corrupted resources etc.


  2. Try to run from Xcode or terminal with command flutter run

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search