|
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
·
|
|
No Team ID, not a platform binary 5 messages
I've created a dynamic C library, libgauss.dylib, and copied it into /usr/local/lib. My MacOS 10.14 app builds fine against it, but won't run, complaining that the library doesn't have a "Team ID" and
I've created a dynamic C library, libgauss.dylib, and copied it into /usr/local/lib. My MacOS 10.14 app builds fine against it, but won't run, complaining that the library doesn't have a "Team ID" and
|
By Carl Hoefs
·
|
|
How to add a 32-bit binary to a bundle in Catalina/Xcode 11.4.1? 25 messages
My app ships with a couple of dependent binaries, a 32-bit and a 64-bit version. I do not own these binaries, so have no control over them. On deployment in pre-Catalina, I run the 32-bit version, as
My app ships with a couple of dependent binaries, a 32-bit and a 64-bit version. I do not own these binaries, so have no control over them. On deployment in pre-Catalina, I run the 32-bit version, as
|
By John Brownie
·
|
|
Why oh why does Instruments keep halting my app??? 3 messages
Its been a while since I needed to use Instruments to track down a memory leak. But now I'm working for someone whose app has a massive 70M leak on a certain transition. So yeah, like the old adage, "
Its been a while since I needed to use Instruments to track down a memory leak. But now I'm working for someone whose app has a massive 70M leak on a certain transition. So yeah, like the old adage, "
|
By dhoerl
·
|
|
plist sanity checker utility? 7 messages
I'm working with a huge (1.4MB) plist file, and I suspect there may be an error with respect to syntax or formatting somewhere therein. Isn't there an Xcode-related command line tool plist file sanity
I'm working with a huge (1.4MB) plist file, and I suspect there may be an error with respect to syntax or formatting somewhere therein. Isn't there an Xcode-related command line tool plist file sanity
|
By Carl Hoefs
·
|
|
Xcode not remembering columns in the Editor between sessions... 8 messages
I use a widescreen monitor, and usually have 3 columns displayed when I'm editing in Xcode 11.3.1. Whenever I restart, having Quit Xcode, only 2 columns show. If I drag the window's right edge, the 3r
I use a widescreen monitor, and usually have 3 columns displayed when I'm editing in Xcode 11.3.1. Whenever I restart, having Quit Xcode, only 2 columns show. If I drag the window's right edge, the 3r
|
By robmartin@frontiernet.net
·
|
|
Another Odd Question 6 messages
All - I asked a question here last month and got a lot of good answers, so here goes again. I have two Macs (a 2011 MacBook Pro and a 2012 Mac Mini) and recently decided that I had better update them
All - I asked a question here last month and got a lot of good answers, so here goes again. I have two Macs (a 2011 MacBook Pro and a 2012 Mac Mini) and recently decided that I had better update them
|
By Charles Phillips
·
|
|
On keeping your super secret secrets and API keys our of your git repos.
Which techniques do you guys use? I’m switching from .xcconfig files to my old encrypted plist approach and it just occurred to me that I should keep the the secrets securely stored outside of our rep
Which techniques do you guys use? I’m switching from .xcconfig files to my old encrypted plist approach and it just occurred to me that I should keep the the secrets securely stored outside of our rep
|
By Alex Zavatone
·
|