create an application using flutter but I am facing an issue when trying to run it IOS simulator I am getting the following error

Viewed 8

flutter run
Changing current working directory to: /Users/bhanupratapsharma/Desktop/blip Launching lib/main.dart on iPhone 11 Pro in debug mode... /Users/bhanupratapsharma/Desktop/blip/ios/Runner/Info.plist: Property List error: Encountered unexpected character f on line 28 while looking for open tag / JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. Running pod install... 1,232ms /Users/bhanupratapsharma/Desktop/blip/ios/Runner/Info.plist: Property List error: Encountered unexpected character f on line 28 while looking for open tag / JSON error: JSON text did not start with array or object and option to allow fragments not set. around line 1, column 0. Running Xcode build...
Xcode build done. 1.0s Failed to build iOS app Error output from Xcode build: ↳ 2022-09-20 15:18:13.379 xcodebuild[19921:1145345] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore 2022-09-20 15:18:13.379 xcodebuild[19921:1145345] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore xcodebuild: error: Unable to find a destination matching the provided destination specifier: { id:B67D2235-C90A-4698-B784-DFEE9FFC0A74 }

    Available destinations for the "Runner" scheme:
            { platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-001979A611DA001E }

    Ineligible destinations for the "Runner" scheme:
            { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }

Could not build the application for the simulator. Error launching application on iPhone 11 Pro.

0 Answers
Related