Post

Replies

Boosts

Views

Activity

Reply to Unusual errors in xcodebuild
This happened to me when using git clone command. From what i've read throw this thread this will happed when XCode has some available updates for the command line tools. By simply updating Xcode and all it's components the messages where gone This where the messages: 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 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
May ’22
Reply to The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified.
Hello people. I'm new to iOS development. While learning how apple ecosistem is working and trying to set some debugging flags for my iOS app at one point I tried to set an Environment Variable in PRODUCTSCHEMEEDIT SCHEME, in Arguments tab. Even though I just hit the plus button to set the new variable without actually setting one I introduced this bug. After removing the empty environment variable from the scheme everything started working correctly. Hope this will help others.
Apr ’21