Posts

Post not yet marked as solved
0 Replies
276 Views
In https://developer.apple.com/forums/thread/650369 I see that the softwareudpate --ignore flag deprecated in Big Sur and above. So now I get offered four versions of the Command Line Tools by Big Sur: Software Update found the following new or updated software: Label: Command Line Tools for Xcode-12.4 Title: Command Line Tools for Xcode, Version: 12.4, Size: 440392K, Recommended: YES,  Label: Command Line Tools for Xcode-13.2 Title: Command Line Tools for Xcode, Version: 13.2, Size: 577329K, Recommended: YES,  Label: Command Line Tools for Xcode-12.5 Title: Command Line Tools for Xcode, Version: 12.5, Size: 470966K, Recommended: YES,  Label: Command Line Tools for Xcode-12.5 Title: Command Line Tools for Xcode, Version: 12.5, Size: 470820K, Recommended: YES,  I no longer can hide/get rid of those for Xcode 12.x. This is not good! P.S. I installed "Command Line Tools for Xcode-13.2" twice, but softwareudpate is still showing it as available.
Posted
by marius.
Last updated
.
Post not yet marked as solved
0 Replies
382 Views
While building xcode-server 1.20.4 using MacPorts I have run into the following error:/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:250:29: note: 'NSApplicationActivatedEventType' has been explicitly marked deprecated here :info:build static const NSEventSubtype NSApplicationActivatedEventType API_DEPRECATED_WITH_REPLACEMENT("NSEventSubtypeApplicationActivated", macos(10.0,10.12)) = NSEventSubtypeApplicationActivated; :info:build ^ :info:build X11Application.m:431:17: error: use of undeclared identifier '_appFlags' :info:build _appFlags._active = YES; :info:build ^ :info:build X11Application.m:476:14: warning: 'NSApplicationDeactivatedEventType' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] :info:build case NSApplicationDeactivatedEventType: :info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :info:build NSEventSubtypeApplicationDeactivatedFull log: https://gist.github.com/Schamschula/fb360dda0581eba5f53f987574b43125macOS 10.15 19A471tXcode 11.0 11M336w
Posted
by marius.
Last updated
.