I updated to Xcode 15, and tried to run my project with flutter run
Then this happened.
Could not build the precompiled application for the device.
Error (Xcode): Framework 'FirebaseABTesting' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Error launching application on tenna (2).
Running from Xcode also shows this error.
I tried cleaning build folder, flutter clean, deleting pods folder and podfile.lock, pod repo update, None of them works.
What is the problem? What should I do??