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.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I found this thread on the Flutter repository. (Check the last comment) Hope it helps!
I got this issue after accidentally left
Main Interface
inDeployment Info
inRunner.xcodeproj
empty. And my solution is to get this back intoMain.storyboard
.