|
Pointing Xcode to a C++ template 7 messages
I have a working C++ Xcode 11.1 project on Mojave. I've copied it over to a Catalina system, but Xcode 11.5 won't build it ("can't locate the C++ template named 'deque'"). On both Mojave and Catalina
I have a working C++ Xcode 11.1 project on Mojave. I've copied it over to a Catalina system, but Xcode 11.5 won't build it ("can't locate the C++ template named 'deque'"). On both Mojave and Catalina
|
By Carl Hoefs
·
|
|
Dev tools, where do I report bugs? 2 messages
I’m interested in tracking down some memory leaks in Team Fortress 2 and some or its related processes and getting them over to the team. The box I’m testing on has 84 GB of RAM and 12 cores under Mac
I’m interested in tracking down some memory leaks in Team Fortress 2 and some or its related processes and getting them over to the team. The box I’m testing on has 84 GB of RAM and 12 cores under Mac
|
By Alex Zavatone
·
|
|
FYI, with Xcode 12.0.1 3 messages
I’m seeing it take 95% of a core with no projects open. No idea what’s going on. Oh, 133% now. It’s been open for an hour.
I’m seeing it take 95% of a core with no projects open. No idea what’s going on. Oh, 133% now. It’s been open for an hour.
|
By Alex Zavatone
·
|
|
In your opinion, is Xcode 12 ready for prime time or a waste of time to upgrade to at this point? 15 messages
I’ve been hearing nonspecific reports of long compile times on Swift projects, black screens when projects start up, crashes opening documentation, etc. Have any of you crazy kids upgraded yet and if
I’ve been hearing nonspecific reports of long compile times on Swift projects, black screens when projects start up, crashes opening documentation, etc. Have any of you crazy kids upgraded yet and if
|
By Alex Zavatone
·
|
|
Scheme used for a single unit test?
In my SPManager app, when I run all unit tests in Xcode, it appears to pick up an environment variable set in Current Scheme->Test->Arguments. But if I click next to a single test in the gutter in the
In my SPManager app, when I run all unit tests in Xcode, it appears to pick up an environment variable set in Current Scheme->Test->Arguments. But if I click next to a single test in the gutter in the
|
By Rick Mann
·
|
|
Compiling unit test code along with main target? 7 messages
I tend to neglect my unit tests for long stretches, and pay the price. One thing that would help would be if I had to deal with compiler errors each time I made a change to the main target. Is there a
I tend to neglect my unit tests for long stretches, and pay the price. One thing that would help would be if I had to deal with compiler errors each time I made a change to the main target. Is there a
|
By Rick Mann
·
|
|
BuildConfiguration isDebug, isTest, isRelease.
Working on an interview project yesterday, I added a utility written years ago that lets you check if your iOS app is built with for Debug, Release or Test (if you have added a Test build config) afte
Working on an interview project yesterday, I added a utility written years ago that lets you check if your iOS app is built with for Debug, Release or Test (if you have added a Test build config) afte
|
By Alex Zavatone
·
|
|
Boot DTK-Mac into recovery mode 10 messages
Not really an Xcode question, but if anyone has done this, it'd be one of you guys. Our app uses a KEXT (Fuse) to implement what is effectively a shared network vol on the desktop. And today, I tried
Not really an Xcode question, but if anyone has done this, it'd be one of you guys. Our app uses a KEXT (Fuse) to implement what is effectively a shared network vol on the desktop. And today, I tried
|
By Sak Wathanasin
·
|
|
Auto complete shortcuts
It’s been at least a decad too long. Does anyone have any shortcuts that I can remember to actually learn Xcode’s autocomplete? It feels as if it’s created by aliens even after 12 years. Thanks. Alex
It’s been at least a decad too long. Does anyone have any shortcuts that I can remember to actually learn Xcode’s autocomplete? It feels as if it’s created by aliens even after 12 years. Thanks. Alex
|
By Alex Zavatone
·
|
|
Accessing Xcode build symbols 5 messages
Xcode 11.3.1 How can I read Xcode build symbols (e.g., $(MARKETING_VERSION)) from within my macOS app? -Carl
Xcode 11.3.1 How can I read Xcode build symbols (e.g., $(MARKETING_VERSION)) from within my macOS app? -Carl
|
By Carl Hoefs
·
|
|
Beware of 'XCSSET' malware hidden inside Xcode projects 8 messages
Use caution opening Xcode projects downloaded from the interwebs: There’s a new(ly-discovered) exploit that hides inside projects and installs malware when the target is built, using a rogue build scr
Use caution opening Xcode projects downloaded from the interwebs: There’s a new(ly-discovered) exploit that hides inside projects and installs malware when the target is built, using a rogue build scr
|
By Jens Alfke
·
|
|
Ambiguous C++ symbols 5 messages
Objc++, macOS 10.14, OpenCV2 I'm trying to issue Objc methods from within a .mm file, without success. For instance: [[NSNotificationCenter defaultCenter] postNotificationName:@"GUIStatusUpdate" objec
Objc++, macOS 10.14, OpenCV2 I'm trying to issue Objc methods from within a .mm file, without success. For instance: [[NSNotificationCenter defaultCenter] postNotificationName:@"GUIStatusUpdate" objec
|
By Carl Hoefs
·
|
|
Declaring a method as 'noreturn' 7 messages
Xcode 11.3.1 What is the syntax to declare an Objc method as 'noreturn'? I can't find any documentation on it anywhere. ∙ Xcode: Method 'providerCV06' could be declared with attribute 'noreturn' -Carl
Xcode 11.3.1 What is the syntax to declare an Objc method as 'noreturn'? I can't find any documentation on it anywhere. ∙ Xcode: Method 'providerCV06' could be declared with attribute 'noreturn' -Carl
|
By Carl Hoefs
·
|
|
NSLogs going nowhere 7 messages
Xcode 11.2.1, macOS Mojave 10.14.6, ObjC This morning Xcode decided to stifle all NSLogs in _one_ of my macOS development apps. printfs and fprintf(stderr,*) still get written to the Xcode debug windo
Xcode 11.2.1, macOS Mojave 10.14.6, ObjC This morning Xcode decided to stifle all NSLogs in _one_ of my macOS development apps. printfs and fprintf(stderr,*) still get written to the Xcode debug windo
|
By Carl Hoefs
·
|
|
New Newbie Question :-( 10 messages
Ok next question - this should be obvious but has stopped me. First I am running Objective-C applications (simple ones so far) as command line applications. So I have the syntax figured out, etc. I ca
Ok next question - this should be obvious but has stopped me. First I am running Objective-C applications (simple ones so far) as command line applications. So I have the syntax figured out, etc. I ca
|
By Charles Phillips
·
|
|
Xcode 11 unusable? 30 messages
Is it just my luck - or is Xcode 11 unusable? I just finally updated to Catalina and installed Xcode 11 (all latest versions of course). Xcode 11 is totally non-responsive. In Interface Builder, when
Is it just my luck - or is Xcode 11 unusable? I just finally updated to Catalina and installed Xcode 11 (all latest versions of course). Xcode 11 is totally non-responsive. In Interface Builder, when
|
By Leo
·
|
|
Just a note creating an iOS Swift Single View App project in Xcode 11.5 (11E608c)
Mac OS 10.15.2 Xcode 11.5 Don’t call your app SwiftUI. If you create an iOS Single View project and name your app something like Sample, the app will be able to build and preview. If you misguidedly y
Mac OS 10.15.2 Xcode 11.5 Don’t call your app SwiftUI. If you create an iOS Single View project and name your app something like Sample, the app will be able to build and preview. If you misguidedly y
|
By Alex Zavatone
·
|
|
interpreting hang 'sample' output 5 messages
Sometimes I get a report of a hang from a user of my product, with output from the ‘sample’ tool but not enough information to replicate a hang on my end. Let’s say it starts like this: Call graph: 90
Sometimes I get a report of a hang from a user of my product, with output from the ‘sample’ tool but not enough information to replicate a hang on my end. Let’s say it starts like this: Call graph: 90
|
By James Walker
·
|
|
Patching a framework binary?
My company's app is using the Objective C GVRSDK framework in their app (Google). This framework is no longer supported. It has a lot of classes, and one of them links to UIWebView, meaning in Decembe
My company's app is using the Objective C GVRSDK framework in their app (Google). This framework is no longer supported. It has a lot of classes, and one of them links to UIWebView, meaning in Decembe
|
By dhoerl
·
|
|
Newbie Question About Writing Applications For Desktop/Laptop 5 messages
All - I have written "command line" applications for a couple of years - actually I edit my code and run it from within XCode. It is not elegant but it works great; they are in C and C++ so far. They
All - I have written "command line" applications for a couple of years - actually I edit my code and run it from within XCode. It is not elegant but it works great; they are in C and C++ so far. They
|
By Charles Phillips
·
|