Re: Xcode and compatible OS X versions

2016-09-09 Thread Sean McBride
g/wiki/Xcode> Cheers, -- ________ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___

Re: Xcode 7.2 deadlocks freqently

2016-03-02 Thread Sean McBride
in (in CoreFoundation) + 27 [0x7fff97fabc2b] Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Do

Re: Xcode 7.2 deadlocks freqently

2016-03-02 Thread Sean McBride
.3b4 does too. Usually when I launch my app, I invoke "Hide Others" to focus on my app. This hides Xcode.app of course. I swear doing so provokes the freeze up. I filed but there's nothing to go on except a sysdiagnose. Cheers, -- __

Re: How to fix "misuse of 'nonnull'" warnings in Xcode 7.3?

2016-02-26 Thread Sean McBride
; is enough to "fix" the warning. ie add a temporary variable. You could throw in an assert too: NSString* host = url.host; assert(host); [hostArray addObject: host]; Cheers, -- ________ Sean McBrid

Re: Subject: Address Sanitizer and out-of-project libraries

2016-01-22 Thread Sean McBride
lease, file a radar and provide us with more information about your >project, the libraries you link against, and the crashes you are seeing. >Attaching a project that would allow us to reproduce the issue would be >the most helpful. I think perhaps the mystery is solved. If I rebuild

Address Sanitizer and out-of-project libraries

2016-01-22 Thread Sean McBride
with cmake or autotools. Must I rebuild those with ASan too? It doesn't seem to be required, but I am seeing freaky crashes in libc++ with ASan turned on via only Xcode's checkbox. Cheers, -- Sean McBride, B. Eng s...@rogue

Re: Xcode editor broken

2015-12-21 Thread Sean McBride
? Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québe

Re: Adding a key to a Plist file?

2015-11-21 Thread Sean McBride
ful to be able to add comments as to why certain keys are set the way they are. Cheers, -- ____ Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Develo

Re: OpenMP/clang version in Xcode?

2015-10-05 Thread Sean McBride
ase. Thanks. You could always build/install open source clang and use it. Last I checked, you can even point Xcode to use your own build of clang. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

Modules and #defines in prefix headers

2015-07-08 Thread Sean McBride
trying to understand why this would be, and what the correct thing to do instead is... is one supposed to use GCC_PREPROCESSOR_DEFINITIONS? Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research

@import and Objective-C++

2015-07-03 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Do not post admin requests

Re: Pet Hate......

2015-06-19 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Do not post admin

Re: Pet Hate......

2015-06-18 Thread Sean McBride
, you could try clang-format: http://clang.llvm.org/docs/ClangFormat.html Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer

Re: CFBridgingRetain and Xcode 7's -Wcast-qual

2015-06-15 Thread Sean McBride
codebase still supports both GC and ARC so I need to use CFBridgingRetain, but once I ditch GC I can use just __bridge_retained and the warning will indeed go away. Thanks, -- Sean McBride, B. Eng s...@rogue-research.com

Re: CFBridgingRetain and Xcode 7's -Wcast-qual

2015-06-12 Thread Sean McBride
On Fri, 12 Jun 2015 13:38:02 -0700, Jens Alfke said: On Jun 12, 2015, at 12:30 PM, Sean McBride s...@rogue-research.com wrote: But now it warns: Cast from 'const void *' to 'void *' drops const qualifier because IOServiceAddMatchingNotification wants a void* but CFBridgingRetain returns

Re: New error “Method override for the designated initializer of the superclass ‘-init’ not found”

2015-06-10 Thread Sean McBride
(0); } No changes to interface or .h. Nice. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec

Re: New error “Method override for the designated initializer of the superclass ‘-init’ not found”

2015-06-09 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Do

Re: developer.apple.com/downloads — me or everybody?

2015-03-09 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada

gdb 'info gc-roots' equivalent in lldb?

2015-02-17 Thread Sean McBride
, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Researchwww.rogue-research.com Mac Software Developer Montréal, Québec, Canada ___ Do not post admin requests to the list

Re: Code signing on 10.6.8/Xcode 3.2.6

2015-01-19 Thread Sean McBride
-type.bundle.ocunit-test which Xcode 5 (and earlier I guess) doesn't like. You might check your SCM history for that like within the pbxproj file. Cheers, -- Sean McBride, B. Eng s...@rogue-research.com Rogue Research