|
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
·
|
|
Subviews Order in XCode/IB 5 messages
Hi All, I have a number of subviews in a view, in IB it looks like this: NSView1 NSView2 NSButton1 NSButton2 However when I look in the Views subviews property in shows: NSView1 NSButton1 NSButton2 NS
Hi All, I have a number of subviews in a view, in IB it looks like this: NSView1 NSView2 NSButton1 NSButton2 However when I look in the Views subviews property in shows: NSView1 NSButton1 NSButton2 NS
|
By
Dave
·
|
|
Odd (?) Question - A Mixture Of Experienced And New. Put "Command Line" Application On Desktop? 13 messages
All - This is an odd "newbie type" question but I have looked all over to find the answer. I write C and C++ (simple astrodynamics applications) and put a shortcut to them on my desktop. Then I run th
All - This is an odd "newbie type" question but I have looked all over to find the answer. I write C and C++ (simple astrodynamics applications) and put a shortcut to them on my desktop. Then I run th
|
By
Charles Phillips
·
|
|
Linking against libcrypto on 10.12 5 messages
I am upgrading some projects to 10.12 SDK and I cannot understand the following: If I link against libcrypto in /usr/lib Xcode tells me: ld: library not found for -lcrypto.0.9.8 If I link against the
I am upgrading some projects to 10.12 SDK and I cannot understand the following: If I link against libcrypto in /usr/lib Xcode tells me: ld: library not found for -lcrypto.0.9.8 If I link against the
|
By
Sandor Szatmari
·
|
|
Executing a script or app from iOS or XCTest in a Simulator session
I’ve been scraping the docs and net looking for an option to call /usr/bin/leaks and /usr/bin/heap from an iOS XCTest class when out app is running in the Simulator and am at a loss since NSTask isn’t
I’ve been scraping the docs and net looking for an option to call /usr/bin/leaks and /usr/bin/heap from an iOS XCTest class when out app is running in the Simulator and am at a loss since NSTask isn’t
|
By
Alex Zavatone
·
|
|
xCode has stopped giving me completion / type ahead options... 8 messages
xCode (11) won’t do auto complete any more on anything. Its as though the cursor is completely disconnected from everything … Any suggestions gratefully received ! Peter
xCode (11) won’t do auto complete any more on anything. Its as though the cursor is completely disconnected from everything … Any suggestions gratefully received ! Peter
|
By
Peter Hudson
·
|
|
XCode 11 Serious Problems with Project Navigator 6 messages
Hi, I’m having serious problems with the XCode 11 Project Navigator pane. Files are not showing up when they are in the project, when I open the file it suddenly appears! I’ve now found another bug, i
Hi, I’m having serious problems with the XCode 11 Project Navigator pane. Files are not showing up when they are in the project, when I open the file it suddenly appears! I’ve now found another bug, i
|
By
Dave
·
|
|
XCTest
I am trying to automatically issue calls to heap and leaks while running our iOS unit and feature tests in the Simulator so that reports can be generated to identify leaks and excess allocations in ou
I am trying to automatically issue calls to heap and leaks while running our iOS unit and feature tests in the Simulator so that reports can be generated to identify leaks and excess allocations in ou
|
By
Alex Zavatone
·
|
|
Debugger showing variables as nil even if they are not? 5 messages
Hello, has anyone here witnessed this? The debugger shows variables as nil, even when print statements and the program execution clearly prove they are not. I am seeing this regularly and repeatable i
Hello, has anyone here witnessed this? The debugger shows variables as nil, even when print statements and the program execution clearly prove they are not. I am seeing this regularly and repeatable i
|
By
Alexander von Below
·
|
|
XCode 11 Bug? - Project File Filter not Working Correctly
Hi, I have a project with a number of files with names beginning with “LTWSudo”, if I type “LTWSudo” into the Filter Field of the Project Pane, it shows some of the files, but not all. This is happeni
Hi, I have a project with a number of files with names beginning with “LTWSudo”, if I type “LTWSudo” into the Filter Field of the Project Pane, it shows some of the files, but not all. This is happeni
|
By
Dave
·
|