Re: Obscure issues with XCode

2015-10-17 Thread Clemens Lang
Hi Kyle, - On 18 Jul, 2015, at 19:42, Kyle Sammons ksamm...@macports.org wrote: > I'm having some odd issues with XCode and was hoping someone who's more > experienced with the idiosyncrasies of XCode could lend me a hand. So, > basically, I've converted my code from GC to ARC using the autom

Re: Obscure issues with XCode

2015-07-20 Thread Kyle Sammons
Hey Marius, Hm, interesting. It's good to know it's not just an isolated incident. Hopefully that means that I'll be able to find some information out there on the Internet detailing what exactly is going on. Thanks for the information! -Kyle On Sat, Jul 18, 2015 at 11:24 AM, Marius Schamschula

Re: Obscure issues with XCode

2015-07-18 Thread Marius Schamschula
Kyle, I’m no expert regarding the GC to ARC conversion. However, I’ve run into the same issue with LaTeXiT. I can build under 10.8 and 10.9 (w/o conversion), but even after the conversion, I get a build failure under Yosemite. On Jul 18, 2015, at 12:42 PM, Kyle Sammons wrote: > Hey everyone,

Obscure issues with XCode

2015-07-18 Thread Kyle Sammons
Hey everyone, I'm having some odd issues with XCode and was hoping someone who's more experienced with the idiosyncrasies of XCode could lend me a hand. So, basically, I've converted my code from GC to ARC using the automatic ARC conversion tool provided by XCode, and haven't had any issues with i