Xcode is being updated

2015-01-31 Thread Carl Hoefs
Argh. Something has gotten out of sync on my 10.9.5 iMac, for now when I attempt to launch Xcode 6.1.1 I get an App Store alert panel saying “Xcode is being updated. Xcode can not be opened while it is being updated.” Hmm, there are no updates going on or pending. No network activity. App Store

Re: Xcode is being updated

2015-01-31 Thread Carl Hoefs
for 6.2.2 was about 2.95 GB. You should be able to find it here after logging in with your developer account. https://developer.apple.com/downloads/index.action Cheers Sent from my iPad. Please pardon typos. On Jan 31, 2015, at 4:33 PM, Carl Hoefs newsli...@autonomy.caltech.edu wrote

Re: 'Cocoa/Cocoa.h' file not found

2015-03-05 Thread Carl Hoefs
On Mar 5, 2015, at 11:41 AM, Fritz Anderson fri...@manoverboard.org wrote: On 2 Mar 2015, at 6:25 PM, Carl Hoefs newsli...@autonomy.caltech.edu wrote: I'm trying to build/update an old project for OS X 10.9, but Xcode 6.1.1 is complaining: 'Cocoa/Cocoa.h' file not found The reference

'Cocoa/Cocoa.h' file not found

2015-03-02 Thread Carl Hoefs
I'm trying to build/update an old project for OS X 10.9, but Xcode 6.1.1 is complaining: 'Cocoa/Cocoa.h' file not found The reference is from the project's prefix.pch file: #ifdef __OBJC__ #import Cocoa/Cocoa.h #endif I've re-added Foundation, Cocoa, and AppKit frameworks, set the SDK to

Xcode system compilation warnings

2015-04-20 Thread Carl Hoefs
Xcode 6.3, OS X 10.10.3 In CoreImage.framework - CIFilterGenerator.h, line 36 struct CIFilterGeneratorStruct *__strong _filterGeneratorStruct; warning: '__strong' only applies to Objective-C object or block pointer types; type here is 'struct CIFilterGeneratorStruct *' In

Drag-and-Drop documentation?

2015-04-16 Thread Carl Hoefs
Is there any /current/ conceptual documentation concerning Drag-and-Drop? The Apple documentation I've been able to find is woefully stuck in the past, using deprecated methods throughout. Neither do the WWDC sessions cover such unexotic topics as this.

Re: dispatch_once documentation not showing

2015-04-06 Thread Carl Hoefs
wrote: On Apr 2, 2015, at 14:07:10, Carl Hoefs newsli...@autonomy.caltech.edu wrote: I can't get Xcode 6.2 to reveal documentation about dispatch_once in the RHS side panel. All it refers me to is once.h, which has no usefull information. I have to bring up the main Xcode documentation

Re: Refactoring a #define definition

2015-06-24 Thread Carl Hoefs
On Jun 24, 2015, at 2:20 AM, Dave d...@looktowindward.com wrote: Yep -- (however, the try again” advice is priceless...) Thx, -Carl Wording is everything. Make a different selection that Refactor can handle and try again. That might work a little bit better. Or better still,

Re: iOS simulator completely broken (El Capitan, Xcode 7)

2015-08-12 Thread Carl Hoefs
On Aug 12, 2015, at 6:35 PM, Joar Wingfors j...@joar.com wrote: On 12 Aug 2015, at 15:39, Carl Hoefs newsli...@autonomy.caltech.edu mailto:newsli...@autonomy.caltech.edu wrote: On Aug 12, 2015, at 3:34 PM, Jens Alfke j...@mooseyard.com mailto:j...@mooseyard.com wrote: On Aug

Xcode won't let me see the build log

2015-08-17 Thread Carl Hoefs
Xcode 6.4, OS X 10.10.4 I just performed a successful build, but Xcode won't let me see the build log. When I 'Show Report Navigator' Xcode spins forever with Loading Revision I'm not using source control, so I don't know why it's confused. How can I exit this mode? Restarting Xcode

Could not open workspace file

2015-07-30 Thread Carl Hoefs
Xcode 6.4, OS X 10.10.4 I'm trying to open a year-old project, but Xcode pops up an alert panel that says: Could not open workspace file at /Users/carl/ProtoK/ProtoK.xcodeproj/project.xcworkspace/contents.xcworkspacedata It doesn't say why. The file exists on disk. -rw-r--r-- 1 carl staff

printf('\r') supported in Xcode 6.4 console window?

2015-08-07 Thread Carl Hoefs
For debugging my app I need to watch the progress of a buffer getting filled with data, so I'd like to be able to print to the Xcode console window a single formatted text line that updates 1000 times in place. Outside of Xcode I would do this with printf's having '\r' carriage returns instead

Re: Initial window position set to Auto gives warning

2015-08-10 Thread Carl Hoefs
On Aug 10, 2015, at 9:06 AM, Kyle Sluder k...@ksluder.com wrote: On Tue, Jul 21, 2015, at 11:10 PM, Carl Hoefs wrote: Xcode 6.4, OS X 10.10.4 In my MainMenu.xib, my app's main window size is causing Xcode to generate a warning: Unsupported Configuration The initial position

Re: Finding the constraint violator

2015-08-10 Thread Carl Hoefs
On Aug 10, 2015, at 9:02 AM, Kyle Sluder k...@ksluder.com wrote: On Fri, Jul 31, 2015, at 01:32 PM, Carl Hoefs wrote: I'm getting the following warning from Xcode 6.4: MainStoryboard.storyboard: Constraint referencing items turned off in current configuration. Turn off this constraint

Re: Initial window position set to Auto gives warning

2015-08-10 Thread Carl Hoefs
On Aug 10, 2015, at 3:32 PM, Sean McBride s...@rogue-research.com wrote: On Tue, 21 Jul 2015 21:10:49 -0700, Carl Hoefs said: In my MainMenu.xib, my app's main window size is causing Xcode to generate a warning: Unsupported Configuration The initial position of this window is outside

Xcode 6.4 can't be downloaded

2015-07-27 Thread Carl Hoefs
I'm trying to download Xcode 6.4 from the App Store. The first attempt failed with a download failed popup. Now the App Store shows an unclickable Install button in gray beneath the Xcode logo. Is there some way I can reset this, or just download a .dmg directly from somewhere? -Carl Here's

Re: Refactoring a #define definition

2015-07-25 Thread Carl Hoefs
On Jun 25, 2015, at 3:04 AM, Dave d...@looktowindward.com wrote: On 24 Jun 2015, at 18:52, Carl Hoefs newsli...@autonomy.caltech.edu wrote: Or better still, disable the “Refactor Menu Item” if something is selected that it doesn’t handle, seems pointless (and potentially dangerous

Project is not buildable

2015-07-13 Thread Carl Hoefs
Xcode 6.4, OS X 10.10.4 I was working on my project, closed it, reopened it, and Xcode now won't let me build it anymore. 7/13/15 1:44:48.419 PM Xcode[992]: [MT] DVTAssertions: Warning in /SourceCache/IDEFrameworks/IDEFrameworks-7720/IDEFoundation/Execution/Schemes/IDEScheme.m:1032 Details:

Xcode 7 command line tools

2015-10-27 Thread Carl Hoefs
I'm currently downloading Xcode 7.1 directly from https://developer.apple.com/downloads (all 4.2GB!). Does this come bundled with (and install) the command line tools also, or must those be downloaded separately? -Carl ___ Do not post admin requests

Re: Refactoring in Xcode 7?

2015-10-06 Thread Carl Hoefs
> On Oct 6, 2015, at 5:46 PM, Quincey Morris > <quinceymor...@rivergatesoftware.com> wrote: > > On Oct 6, 2015, at 16:40 , Carl Hoefs <newsli...@autonomy.caltech.edu > <mailto:newsli...@autonomy.caltech.edu>> wrote: >> >> Yes, that does show a v

Re: Refactoring in Xcode 7?

2015-10-06 Thread Carl Hoefs
Odd you should mention this. With Xcode 7.0.1 I can't refactor anything at all. It always comes up with a blank window of changes. -Carl > On Oct 6, 2015, at 12:11 PM, Laurent Daudelin > wrote: > > Is it just me or is refactoring names in Xcode 7 totally broken? It

Re: Refactoring in Xcode 7?

2015-10-06 Thread Carl Hoefs
> On Oct 6, 2015, at 4:33 PM, Quincey Morris > <quinceymor...@rivergatesoftware.com> wrote: > > On Oct 6, 2015, at 16:14 , Carl Hoefs <newsli...@autonomy.caltech.edu > <mailto:newsli...@autonomy.caltech.edu>> wrote: >> >> With Xcode 7.0.1 I can't

Re: Creating segues

2015-09-14 Thread Carl Hoefs
embedded in a nab controller? > > Sent from my iPhone > >> On Sep 14, 2015, at 6:02 PM, Carl Hoefs <newsli...@autonomy.caltech.edu> >> wrote: >> >> No, the situation is the same with or without an embedding nav controller. >> >> 1. I make a new sin

Re: Creating segues

2015-09-14 Thread Carl Hoefs
t let you drag segues and sadly, it won't > tell you that you need to do that. > > Hope that's it. > > Alex Zavatone > > On Sep 14, 2015, at 5:38 PM, Carl Hoefs wrote: > >> Xcode 6.4 >> >> How does one create a segue from a non-initial view controller to

Re: Creating segues

2015-09-14 Thread Carl Hoefs
from one scene's view to the top level of the > view controller you want the segue to go to? > > I admit it can be a clunky and frustrating experience knowing where to drag > to and how. > > Sent from my iPhone > >> On Sep 14, 2015, at 5:53 PM, Carl Hoefs <ne

Re: Creating segues

2015-09-14 Thread Carl Hoefs
> On Sep 14, 2015, at 4:01 PM, Kyle Sluder <k...@ksluder.com> wrote: > > On Mon, Sep 14, 2015, at 05:50 PM, Carl Hoefs wrote: >> >>> On Sep 14, 2015, at 3:41 PM, Kyle Sluder <k...@ksluder.com> wrote: >>> >>> The interaction shou

Re: Creating segues

2015-09-14 Thread Carl Hoefs
> On Sep 14, 2015, at 3:41 PM, Kyle Sluder <k...@ksluder.com> wrote: > > On Mon, Sep 14, 2015, at 04:38 PM, Carl Hoefs wrote: >> Xcode 6.4 >> >> How does one create a segue from a non-initial view controller to another >> view controller? >> >

Re: Xcode 7.0.1 and Base SDK

2015-10-01 Thread Carl Hoefs
> > Set the Deployment Target to 10.10 or 8.4 as appropriate. > >> On Oct 1, 2015, at 11:10 AM, Carl Hoefs <newsli...@autonomy.caltech.edu> >> wrote: >> >> My OS X 10.10.5 system just automatically downloaded and installed Xcode >> 7.0.1 (which blew

Re: Setting font size for the console window

2015-11-23 Thread Carl Hoefs
> On Nov 23, 2015, at 6:31 PM, Quincey Morris > <quinceymor...@rivergatesoftware.com> wrote: > > On Nov 23, 2015, at 17:12 , Carl Hoefs <newsli...@autonomy.caltech.edu > <mailto:newsli...@autonomy.caltech.edu>> wrote: >> >> That still does

Setting font size for the console window

2015-11-23 Thread Carl Hoefs
Xcode 7.1 How does one set the font size for the console window? In Xcode -> Preferences -> Fonts & Colors if I click on Console and change the left-hand column selections, it changes the font of the source editor. Same behavior if I click on Source Editor. Is there a trick to this I'm not

Re: Setting font size for the console window

2015-11-23 Thread Carl Hoefs
> On Nov 23, 2015, at 6:43 PM, Quincey Morris > <quinceymor...@rivergatesoftware.com> wrote: > > On Nov 23, 2015, at 17:36 , Carl Hoefs <newsli...@autonomy.caltech.edu > <mailto:newsli...@autonomy.caltech.edu>> wrote: >> >> So... you're saying

Adding dynamic library soft links

2016-01-15 Thread Carl Hoefs
Xcode 7.2 Many 3rd party OS X dynamic libraries, (e.g. Mac Ports), get installed with the following type of soft link arrangement on disk: lrwxr-xr-x1 root admin15 Aug 28 13:04 libform.dylib -> libform.6.dylib -rwxr-xr-x1 root admin 58864 Aug 28 13:04

Re: Adding dynamic library soft links

2016-01-16 Thread Carl Hoefs
> On Jan 16, 2016, at 12:21 PM, Scott Ribe <scott_r...@elevated-dev.com> wrote: > > On Jan 15, 2016, at 11:44 AM, Carl Hoefs <newsli...@autonomy.caltech.edu> > wrote: >> >> Or is the only way to avoid this to use the static archive "*.a" for

Re: Adding dynamic library soft links

2016-01-16 Thread Carl Hoefs
On Jan 16, 2016, at 2:19 AM, Daniel Vollmer wrote: > >> When adding dynamic libraries to my OS X project (using the Target -> Build >> Phases -> Link Binary With Libraries window), Xcode resolves “libform.dylib" >> to the specific version, "libform.6.dylib", and adds that

Xcode 7 can't build "Command Line Tool" projects

2016-01-14 Thread Carl Hoefs
Xcode 7.2, OS X 10.11.2 Ever since Xcode 7.0 I've been having intermittent troubles building OS X "Command Line Tool" projects. About 50% of the time when I launch Xcode and try to build a "Command Line Tool" project, it will generate 1000s of nonsensical errors (see below). It acts like it

Re: Xcode 7 can't build "Command Line Tool" projects

2016-01-14 Thread Carl Hoefs
> >> On Jan 14, 2016, at 10:35 AM, Carl Hoefs >> <newsli...@autonomy.caltech.edu> wrote: >> >> In file included from >> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/ncurses.h:141: >

Re: Where are all the PDF files for developer documentation?

2016-03-11 Thread Carl Hoefs
How "useful" is a library of PDF docs? They're outdated the moment they're produced. (On the other hand, I wish I could get Xcode's documentation system to work *at all* when I'm not connected to the internet. It never has.) -Carl > On Mar 10, 2016, at 11:58 PM, Daniel Phillips

Re: Xcode 7 can't build "Command Line Tool" projects (Carl Hoefs)

2016-03-19 Thread Carl Hoefs
ation. > Don’t expect Apple to accept anything built like this for the Mac App Store. > Your milage may vary. > Obviously your users need any linked libraries to be installed. The code > will not run on the build machine unless the libraries are installed. > > Have fun > Bill North

Re: Xcode 7 can't build "Command Line Tool" projects

2016-03-19 Thread Carl Hoefs
New assessment of this problem... Xcode 7.2.1 is getting mixed up between the header files in /usr/include and those in /opt/local/include, and I can no longer build. My commandline OS X project uses the most recent version of OpenCV installed in /opt/local. The problem is that OpenCV requires

Re: Xcode 7 can't build "Command Line Tool" projects (Carl Hoefs)

2016-03-18 Thread Carl Hoefs
No change. The “Always search user paths” build setting seems to be a no-op. It still chokes parsing ../MacOSX10.11.sdk/usr/include/.. stuff, without /usr/include specified anywhere. -Carl > On Mar 18, 2016, at 12:04 PM, Jonathan Prescott > wrote: > > Have you set the

Re: Command Line Tools OS X 10.10 for Xcode 7.3?

2016-04-06 Thread Carl Hoefs
of our iPhones until such time as Apple figures out how to un-break whatever they did to screw up USB device support in El Capitan. (It's still quite broken as of 10.11.5 beta, even though they closed the bug reports saying "Fixed".) Unbelievable. > On Apr 6, 2016, at 12:28 PM, Carl

Re: Xcode Documentation slow

2016-04-04 Thread Carl Hoefs
On Apr 4, 2016, at 1:33 AM, Gerriet M. Denkmann wrote: > > I just downloaded the tvOS documentation How did you do that??? I don't see any way to manually download documentation in Xcode. (BTW, when I'm not connected to the internet, Xcode only refers me to include

Re: Xcode Documentation slow

2016-04-04 Thread Carl Hoefs
> On Apr 4, 2016, at 12:27 PM, Alex Zavatone wrote: > > Xcode > Preferences > Downloads That's a nice place to hide it! I was - D'oh - looking for it on the Documentation window, of all places! Alas, even when connected to the internet and restarting Xcode, it ALWAYS pops up

Re: Opening a Counterpart File in a SEPARATE Window

2016-05-20 Thread Carl Hoefs
> On May 20, 2016, at 9:52 AM, Jens Alfke wrote: > > Development on Macs (primarily for iOS) is such a big business these days > that if it were a slam-dunk to build something better than Xcode, ... I think Dave is talking about Xcode 4+. Xcode 3.2.6 pretty much got it

Interface Builder Cocoa Touch Tool: assertion failed

2016-07-21 Thread Carl Hoefs
Xcode 7.2 Whenever I switch to the storyboard in my iOS app project, Xcode dumps 100s of the following (identical) messages into the console log: 7/21/16 11:53:53.659 AM Interface Builder Cocoa Touch Tool[68946]: assertion failed: 14F1605 13C75: libxpc.dylib + 27744

Re: malloc was optimized out

2016-07-04 Thread Carl Hoefs
> On Jul 4, 2016, at 12:58 PM, Clark Cox wrote: > > Malloc effectively *never* returns NULL. It does seem that malloc returns NULL on error... #include #include int main(int argc, const char * argv[]) { size_t need_size = 0x1; char *data = "dummy";

Re: malloc was optimized out

2016-07-04 Thread Carl Hoefs
RETURN VALUES If successful, calloc(), malloc(), realloc(), reallocf(), and valloc() functions return a pointer to allocated memory. If there is an error, they return a NULL pointer and set errno to ENOMEM. >> An implementation of malloc that never returns NULL is still

Xcode and compatible OS X versions

2016-09-09 Thread Carl Hoefs
For various reasons, I'm having to develop on OS X 10.10.5, targeting iOS 9.x devices. Does Apple publish a matrix or table that tracks which versions of Xcode support developing for/running on which versions of macOS / iOS? In the past I've had to download the 5GB+ Xcode package, only to find

Re: Xcode call stack

2016-08-25 Thread Carl Hoefs
> On Aug 25, 2016, at 12:04 PM, Jens Alfke <j...@mooseyard.com> wrote: > > >> On Aug 25, 2016, at 11:53 AM, Carl Hoefs <newsli...@autonomy.caltech.edu >> <mailto:newsli...@autonomy.caltech.edu>> wrote: >> >> I figured out that the following

Re: Xcode call stack

2016-08-25 Thread Carl Hoefs
> On Aug 25, 2016, at 12:15 PM, Carl Hoefs <newsli...@autonomy.caltech.edu> > wrote: > > >> On Aug 25, 2016, at 12:04 PM, Jens Alfke <j...@mooseyard.com >> <mailto:j...@mooseyard.com>> wrote: >> >> >>> On Aug 25

Re: Xcode call stack

2016-08-25 Thread Carl Hoefs
> On Aug 25, 2016, at 3:02 PM, Jim Ingham wrote: > > Ah, maybe I was taking Carl's "apparently no reason" referencing lldb when he > meant no apparent reason in the debugee. I was concerned that he was seeing > the C++ exception breakpoint causing stops that didn't have an