` flutter run
Launching lib/main.dart on iPhone 15 Pro Max in debug mode…
Running pod install… 3.2s
Running Xcode build…
└─Compiling, linking and signing… 1,500ms
Xcode build done. 37.9s
Failed to build iOS app
Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported
Uncategorized (Xcode): Command SwiftDriver emitted errors but did not return a nonzero exit code
to indicate failure
Error (Xcode): no such module ‘__ObjC’
/Users/abhijitpawar/Library/Developer/Xcode/DerivedData/Runner-diznvmqpwqcwuidootufqdffbuac/Build/
Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/arm64/Runner.
private.swiftinterface:13:18
Error (Xcode): failed to verify module interface of ‘Runner’ due to the errors above; the textual
interface may be broken by project issues or a compiler bug
/Users/abhijitpawar/Library/Developer/Xcode/DerivedData/Runner-diznvmqpwqcwuidootufqdffbuac/Build/
Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/arm64/Runner.
private.swiftinterface:0:0
Error (Xcode): no such module ‘__ObjC’
/Users/abhijitpawar/Library/Developer/Xcode/DerivedData/Runner-diznvmqpwqcwuidootufqdffbuac/Build/
Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/arm64/Runner.
swiftinterface:13:18
Error (Xcode): failed to verify module interface of ‘Runner’ due to the errors above; the textual
interface may be broken by project issues or a compiler bug
/Users/abhijitpawar/Library/Developer/Xcode/DerivedData/Runner-diznvmqpwqcwuidootufqdffbuac/Build/
Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/arm64/Runner.
swiftinterface:0:0
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.`