How to use the ALTERNATE_PERMISSIONS_FILES build setting?

2016-08-25 Thread Bill Cheeseman
Apple's Cocoa framework header files have permissions 644, or u+w,go-w,a+r. All of the third-party framework header files I have ever examined have permissions 755, or u+w,go-w,a+rX, instead -- meaning that the headers are marked as executable. A number of online commentaries say that all

Re: Opening a Counterpart File in a SEPARATE Window

2016-05-23 Thread Bill Cheeseman
ich is triggered by the button at the top left of an editor window. I found the preference setting. Go to the Xcode Preferrences Navigation pane, and choose Uses Separate Window for Optional Navigation and/or Double Click Navigation. Comments below these settings explain what various kinds

Re: Opening a Counterpart File in a SEPARATE Window

2016-05-23 Thread Bill Cheeseman
ove the edit area? When you hold down the Option key, does the wording of anything in the pop-up button change? Did you set some Xcode preference to make this happen? -- Bill Cheeseman - wjcheese...@comcast.net ___ Do not post admin requests to the

Re: Question about debugging OS X Auto Layout

2016-03-19 Thread Bill Cheeseman
> On Mar 16, 2016, at 11:22 AM, Ken Thomases <k...@codeweavers.com> wrote: > > On Mar 16, 2016, at 9:12 AM, Bill Cheeseman <wjcheese...@gmail.com > <mailto:wjcheese...@gmail.com>> wrote: >> >> "2016-03-15 14:28:14.801 UI Browser[93092:22589120]

Re: Question about debugging OS X Auto Layout

2016-03-19 Thread Bill Cheeseman
> On Mar 16, 2016, at 11:46 AM, Bill Cheeseman <wjcheese...@gmail.com> wrote: > >> On Mar 16, 2016, at 11:22 AM, Ken Thomases <k...@codeweavers.com >> <mailto:k...@codeweavers.com>> wrote: >> >> On Mar 16, 2016, at 9:12 AM, Bill Chees

Re: Question about debugging OS X Auto Layout

2016-03-19 Thread Bill Cheeseman
raints problem may be too difficult to identify and resolve until I accomplish more factoring of my code into separate view controllers. So I'll be going off the air on this issue for a while. Thanks everybody for the suggestions. -- Bill Cheeseman - wjche

Re: Question about debugging OS X Auto Layout

2016-03-19 Thread Bill Cheeseman
> On Mar 17, 2016, at 4:55 AM, Bill Cheeseman <wjcheese...@gmail.com> wrote: > > I tried that, but it won't work because the storyboard won't load. That's a > little discourging: Sorry, bud, you can't debug it because it has a bug in it. > >> On Mar 16, 2016, at 7:

Re: Question about debugging OS X Auto Layout

2016-03-19 Thread Bill Cheeseman
look over to the right side bar in order to see the associated priority setting. -- Bill Cheeseman - wjcheese...@comcast.net ___ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com)

Re: Question about debugging OS X Auto Layout

2016-03-19 Thread Bill Cheeseman
> On Mar 16, 2016, at 5:35 AM, Bill Cheeseman <wjcheese...@gmail.com> wrote: > > As to my question, I thought on it overnight and figured out that the only > affected constraints would be those from any view in the affected scenes to > their superview

Re: Question about debugging OS X Auto Layout

2016-03-16 Thread Bill Cheeseman
gt; wrote: > > Start by giving all your views identifiers, that'll make them easier to track > down; the error message will use the name and you can search for it in IB. -- Bill Cheeseman - wjcheese...@comcast.net ___ Do not post admin re

Question about debugging OS X Auto Layout

2016-03-15 Thread Bill Cheeseman
lace every constraint in the storyboard. I did try removing and replacing the segues involving the two view controllers, but it made no difference. -- Bill Cheeseman - wjcheese...@comcast.net ___ Do not post admin requests to the list. They will be igno

Re: iOS, Xcode 7.1 - Target setting, Embed Frameworks

2016-03-03 Thread Bill Cheeseman
l later, when the project is further along, it comes up as "Copy Files" instead. They both work just fine if a framework is the only thing that needs to be copied. -- Bill Cheeseman - wjcheese...@comcast.net ___ Do not post admin request

Re: Framework versioning practices

2015-10-16 Thread Bill Cheeseman
y codesigned, and the whole application package passes all Terminal tests including one using -deep. It's only when I use the codesigning radio buttons in the General tab of each target that I run into the wrong-version error. -- Bill Cheeseman - wjcheese...@comcast.net

Framework versioning practices

2015-10-15 Thread Bill Cheeseman
> On Oct 14, 2015, at 5:35 AM, Bill Cheeseman <wjcheese...@gmail.com> wrote: > > I am certainly not the only person using multiple versions or versions > labeled other than "A" in shared frameworks. I discovered more evidence this morning that use of versio

Re: Question about embedding a framework

2015-10-14 Thread Bill Cheeseman
ther than "A" when codesigning an embedded framework from the target's General tab at build time? If so, what is it? If anybody knows of any documentation, please refer me to it. Thanks. -- Bill Cheeseman - wjcheese...@comcast.net __

Re: Question about embedding a framework

2015-10-14 Thread Bill Cheeseman
what is it? If anybody knows of any documentation, please refer me to it. (You don't need to respond, John, because you've already made it clear that you don't have the answer. If you want to keep talking about other topics, please start a new thread. Thanks.) -- Bill

Re: Question about embedding a framework

2015-10-13 Thread Bill Cheeseman
alidity tests in Terminal -- despite the fact that the embedded framework has a single version "M" in it. And the application executes correctly. In fact, it makes more practical sense to code sign it when Archiving instead of every time I build,

Question about embedding a framework

2015-10-13 Thread Bill Cheeseman
framework version to "M", but I'm guessing that I might have overlooked one. Can somebody please point me in the right direction? (Don't tell me to change the framework's version to "A"; that would be cheating.) -- Bill Cheeseman - wjcheese...@comcast.net

Re: ENABLE_BITCODE=NO and assistive applications

2015-09-16 Thread Bill Cheeseman
their providers and get a bitcode-compliant framework version for applications developed on Xcode 7. I'm verging on a rant here, so I'll end it now by asking you (and everybody) if you can point me to something with some official standing that makes clear bitcode does not apply to OS X. --

ENABLE_BITCODE=NO and assistive applications

2015-09-14 Thread Bill Cheeseman
applications developed in Xcode 6 by setting ENABLE_BITCODE=NO. What I wonder is whether setting the ENABLE_BITCODE build setting to NO will work for applications as well as frameworks. -- Bill Cheeseman - wjcheese...@comcast.net ___ Do not post admin

Re: ENABLE_BITCODE=NO and assistive applications

2015-09-14 Thread Bill Cheeseman
> On Sep 14, 2015, at 12:33 PM, Jens Alfke <j...@mooseyard.com> wrote: > >> On Sep 14, 2015, at 9:17 AM, Bill Cheeseman <wjcheese...@gmail.com >> <mailto:wjcheese...@gmail.com>> wrote: >> >> Does anybody know if Xcode 7 can be used to develop appl

Re: ENABLE_BITCODE=NO and assistive applications

2015-09-14 Thread Bill Cheeseman
of the ENABLE_BITCODE build setting. -- Bill Cheeseman - wjcheese...@comcast.net > On Sep 14, 2015, at 4:00 PM, Alex Zavatone <z...@mac.com> wrote: > > Well a good reason would be the time spent downloading the app ___ Do not post admin reque