skip to Main Content

I have created a flutter project. when run my app in iOS simulator then I am facing this error.
It shows error as "[VERBOSE0:callback_cache.cc(133)] Could not parse callback cache, aborting restore" while running on Xcode.

2

Answers


  1. I found this thread on the Flutter repository. (Check the last comment) Hope it helps!

    Login or Signup to reply.
  2. I got this issue after accidentally left Main Interface in Deployment Info in Runner.xcodeproj empty. And my solution is to get this back into Main.storyboard.

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