skip to Main Content

Error creating flutter app for iOS – Error (Xcode): Undefined symbol

--------------------------- Error Mensage: Failed to build iOS app Error output from Xcode build: ↳ 2022-06-19 14:50:18.899 xcodebuild[39895:226134] 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-06-19 14:50:18.899 xcodebuild[39895:226134] Requested but did not…

VIEW QUESTION

Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications

I think my flutter is looking for certain xcode resources at the wrong path from when I had xcode-beta. Notice it says Xcode-beta.app here: Unable to locate a bundle at URL file:///Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profi les/DeviceTypes/iPhone%20SE%20(3rd%20generation).simdevicetype Where do I update this path? full…

VIEW QUESTION
Back To Top
Search