ios library MetricKit not loaded for flutter project

Viewed 15

I am trying to run a project on ios 12 but i keep getting this message

Library not loaded: /System/Library/Frameworks/MetricKit.framework/MetricKit
  Referenced from: /Users/matheus/Library/Developer/CoreSimulator/Devices/...
  Reason: image not found

I added the MetricKit as optional on build phases tab but still it doesn't work
enter image description here

0 Answers
Related