I've been using flutter and there's no error like this until yesterday. But when I launch the simulator, I got the message below.
Error running pod install
Error launching application on iPhone 11.
Exited (sigterm)
So I was looking for solutions, and then I modified pod.file in iOS folder.
After pod update in terminal, I can see the message "[!] No podspec found for flutter_test in .symlinks/plugins/flutter_test/iOS".
pod install doesn't work, and I have no idea why this error occurs.
It looks like I have to change something in .symlinks/plugins/flutter_test/iOS, but still I can't find directions about that. Please anyone show me how to fix it.
