Re: Adding dynamic library soft links

2016-01-16 Thread Scott Ribe
the .a is to put a copy of the .a into some other folder where there is no corresponding dylib and add that copy. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice __

Re: Xcode 7.2 deadlocks freqently

2015-12-16 Thread Scott Ribe
t; > > ___ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list (Xcode-users@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/xcode-

setup to test with Yosemite

2015-10-11 Thread Scott Ribe
Seriously, how does one download a Yosemite installer??? -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be

Re: ENABLE_BITCODE=NO and assistive applications

2015-09-16 Thread Scott Ribe
ons > will force Apple to start allowing assistive applications into the Mac App > Store before too long Nope. Transformation of bitcode to native code will be added to OSX first. The platforms that run OSX have plenty of CPU power to do that at install ;-) -- Scott Ribe scott_r..

Re: [OT] Best Mac for Development?

2015-09-10 Thread Scott Ribe
ending on whether the stars align just right for FIS switching to be supported in the SATA multiplier... -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not p

Re: cloned my boot disk, now Xcode crashes

2015-08-14 Thread Scott Ribe
On Aug 13, 2015, at 11:44 AM, Scott Ribe wrote: > > Any suggestions what to do? Xcode 6.4, OS X 10.10.3: OK, as part of setting up a new disk, had moved the internal to the USB, and it defaulted to "ignore privileges", which caused Xcode to do crazy things. The clue came aft

Re: cloned my boot disk, now Xcode crashes

2015-08-13 Thread Scott Ribe
On Aug 13, 2015, at 11:44 AM, Scott Ribe wrote: > > Any suggestions what to do? Xcode 6.4, OS X 10.10.3: Might not have been the clone; I also launched 6.2, which probably tried to re-open a project that has been used in 6.4, before I tried to launch 6.4. Both crashing... -- Scot

cloned my boot disk, now Xcode crashes

2015-08-13 Thread Scott Ribe
ionMain + 1832 60 libdyld.dylib 0x7fff962395c9 start + 1 -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be ignored. Xco

Re: Refactoring a #define definition

2015-07-25 Thread Scott Ribe
. I tend to take a middle road. Change that which I wish to refactor so that it produces compilation errors, check them out, then figure things out. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 72

Re: Some Xcode pet peeves

2015-07-14 Thread Scott Ribe
select files by clicking them in the files tree on the left, it will automatically open the counterpart in the assistant editor. But as soon as you do something else which results in breaking that pairing, it doesn't until you set it back. -- Scott Ribe scott_r...@elevated-d

Re: Symbol not found _OBJC_CLASS_ when launching app in 64 bit

2015-06-21 Thread Scott Ribe
> on a major OS X version boundary, IIRC. Which I had, indeed, totally forgotten... -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post admin reque

Re: Symbol not found _OBJC_CLASS_ when launching app in 64 bit

2015-06-21 Thread Scott Ribe
oblem; with the deployment target set to 10.7, that 10.7-only call is no longer weak-linked. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post adm

Re: Pet Hate......

2015-06-18 Thread Scott Ribe
ably well for long lines of code...) -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be ignored. Xcode-user

Re: PATH for applications run inside XCode

2015-04-24 Thread Scott Ribe
utomatically. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list

Re: Clang vs. gcc and random crashes

2015-03-26 Thread Scott Ribe
ted before you even start... -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xc

Re: Code Signing Problem

2015-03-11 Thread Scott Ribe
On Mar 11, 2015, at 10:59 AM, Dave wrote: > > I clicked Revoke and Request... An awful lot of Apple's services are down today. I'm assuming the request needs to communicate with Apple, which just might not be happening right now... -- Scott Ribe scott_r...@eleva

Re: Xcode 6.1.1 Modernization fails on selectors returning blocks

2015-02-13 Thread Scott Ribe
On Feb 13, 2015, at 4:32 PM, Jean Suisse wrote: > > Does anyone knows of a workaround? Do your own search & replace on - (dispatch_block_t)... before modernizing? -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-

c++11, what SDK

2014-12-28 Thread Scott Ribe
Somebody remind me please; what's the earliest SDK with C++11 support? -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be ignored. Xcode-

Re: Universal Binary does not have i386?

2014-12-03 Thread Scott Ribe
;No", and > both arches are included in Valid Architectures. At what level? Make sure you're not in a situation where you're editing the project level but have settings at the target level which are overriding them. -- Scott Ribe scott_r...@elevated-dev.com http://www.ele

Re: XCode Stops Editing/Scrolling

2014-11-15 Thread Scott Ribe
semite where the frontmost window does not act like key/main anymore, and only a switch to a different app and back fixes it. This crap started in Mavericks, and got a lot more common in Yosemite. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev

Re: Why is examining changes during Merge so hard?

2014-11-09 Thread Scott Ribe
ode green, with a button to discard a change (I think, not that I really use that). -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303) 722-0567 voice ___ Do not post admin requests to the list. They will be ignored. Xc

Re: Back-compatibility

2014-10-30 Thread Scott Ribe
ger, > that would be very helpful. I had no problems copying the 10.6/10.7 SDKs into Xcode 5 and building a single binary for use on 10.6-10.8. *BUT* that is not supported, and I only did it as a transition step on the way to dropping 10.6/10.7 and 32-bit support. -- Scott Ribe scott_r...@e

Re: Farewell to Xcode 3.2.6 ?

2014-10-18 Thread Scott Ribe
. Whether you believe that Apple actually intends to bar developers from running prior versions in a VM for development purposes, or whether you would care if you did believe that, is up to you... -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ (303)

Re: Farewell to Xcode 3.2.6 ?

2014-10-18 Thread Scott Ribe
On Oct 18, 2014, at 11:02 AM, Lee Ann Rucker wrote: > Check my email address - running Fusion while I'm developing it is a bit > awkward for me ;) Well then, perhaps you should run Xcode in a Parallels VM? (Yes, that was a joke...) -- Scott Ribe scott_r...@elevated-d

Re: The initial position of this window is outside of this machine's screen

2014-10-17 Thread Scott Ribe
sue, is it? > > How can I solve this warning? I haven't found any Google entry for this yet. I have a vague recollection of something similar, very vague, so maybe not accurate. But, deselect the auto options, move the window near the upper-left corner so it will fit on most any scree