Re: Warning from Xcode build
Re: Warning from Xcode build
- Subject: Re: Warning from Xcode build
- From: Quincey Morris <email@hidden>
- Date: Sat, 13 Aug 2016 15:02:18 -0700
- Feedback-id: 167118m:167118agrif8a:167118s4Y5oYa_0x:SMTPCORP
Oh, there was more in your post.On Aug 13, 2016, at 14:42 , Dale Miller < email@hidden> wrote:
I keep getting messages from .the XIB editor about buttons not being standard size or a view clipping it contents, but I can’t figure out how to edit the individual widgets.
I’m not sure what you can’t figure out. Items are still resized via selection handles. Or are you stuck on something else.
Unfortunately, that incorrect “view clipping its contents” message still shows up occasionally. You can probably just ignore it, if you can’t make it go away. (You might get this for popup menus in a window, for example, because the default size is now much wider than it used to be. You should be able to drag the popup up wider until it “snaps”, but this doesn’t always get rid of the warning.) I keep getting queries about which SDK to use, but there are no files on my Mac with SDK in the name.
In recent Xcode versions, there’s typically only one SDK (or two in betas). Just use the “latest” SDK, and set your deployment target accordingly.
Note that system framework weak-linking was introduced in (IIRC) 10.6.8, so if you need conditional execution of different APIs based on which macOS version you’re running on, you should follow the guidelines in the documentation:
and update your old 10.5 code accordingly.
|
_______________________________________________
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