Reputation: 552
Previous version (Xcode 13.3 and Flutter 2.10) have some build time errors.
*xcodebuild[62848:6695836] 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 ** BUILD FAILED ***
Upvotes: 4
Views: 1804
Reputation: 552
Downgraded flutter version to 2.8 and it seems working upto xcode v 13.4.1. Don't know why it doesn't working for higher versions of flutter.
Upvotes: 0
Reputation: 11
I double checked the environment. Reinstalled basic stuff from Terminal plus Xcode and Flutter and nothing. MacBook Pro M1.. and still stuck.
Upvotes: 1
Reputation: 41
Upgraded to xcode 13.4 and flutter 3.0. Getting the following error.
Error output from Xcode build:
↳
2022-05-18 15:24:19.369 xcodebuild[2195:13656] 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-05-18 15:24:19.369 xcodebuild[2195:13656] 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
** BUILD FAILED **
Upvotes: 4