Using new stuff
Using new stuff
- Subject: Using new stuff
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Tue, 15 Nov 2016 08:03:10 +0700
In some app I have some macOS 12 stuff, e.g.:
self.outlineView.stronglyReferencesItems = NO; // NS_AVAILABLE_MAC(10_12)
In Xcode 8.1 I did set the Deployment Target to macOS 11.
Compiles und builds without errors or warnings.
But of course the app crashes when run on macOS 11.
I tried changing the SDK but was offered the choice between “macOS 12” and “Latest (macOS 12)”.
How to find all places in my app where stuff not available before macOS 12 is used?
Gerriet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden