|
Another XCode - Github Question: Friend Started Repository With Visual Studio Code
A pal and I have worked on several "Terminal Applications" together and exchange code via Github. He writes using Visual Studio Code but I am sticking with XCode (because I don't want to spend time le
A pal and I have worked on several "Terminal Applications" together and exchange code via Github. He writes using Visual Studio Code but I am sticking with XCode (because I don't want to spend time le
|
By
Charles Phillips
·
|
|
certificate woes
3 messages
Happy December Xcode users, I updated a Mac app and uploaded it to the Mac App Store. No problems. It is in review. I also make the app available for download for those who don’t want to use the app s
Happy December Xcode users, I updated a Mac app and uploaded it to the Mac App Store. No problems. It is in review. I also make the app available for download for those who don’t want to use the app s
|
By
Marco S Hyman
·
|
|
Strange Xcode behavior
5 messages
I’ve set up a remote build server, and a project that had been building fine is suddenly giving very strange errors. This is an objective C project with one Swift file in it. The project, when attempt
I’ve set up a remote build server, and a project that had been building fine is suddenly giving very strange errors. This is an objective C project with one Swift file in it. The project, when attempt
|
By
Owen Hartnett
·
|
|
NSAlert replacement on Big Sur
3 messages
If you dislike the redesigned NSAlert on Big Sur as much as I do (as well as countless other users and developers), then I recently found a github project for a much better replacement. Here's a brief
If you dislike the redesigned NSAlert on Big Sur as much as I do (as well as countless other users and developers), then I recently found a github project for a much better replacement. Here's a brief
|
By
Leo
·
|
|
What Happened and How Do I Fix It?
10 messages
Xcode 13.0ß3, project has a single target (set up as an app). I moved some files from the main project to a local SPM package and when Xcode has some problems with that, I deleted the app's folder in
Xcode 13.0ß3, project has a single target (set up as an app). I moved some files from the main project to a local SPM package and when Xcode has some problems with that, I deleted the app's folder in
|
By
Rick Aurbach
·
|
|
Xcode 13: First brief UI notes
10 messages
Good: The problem with Navigator/Inspector panes introduced in Xcode 12 is now fixed. As I'm sure you know, in Xcode 12 the state and position of panes wasn't saved with a particular tab, like in earl
Good: The problem with Navigator/Inspector panes introduced in Xcode 12 is now fixed. As I'm sure you know, in Xcode 12 the state and position of panes wasn't saved with a particular tab, like in earl
|
By
Leo
·
|
|
Dynamic Type text style
3 messages
Xcode 12.5, macOS 11.4 Xcode is issuing a warning for every NSTextField in my GUI that has "Automatically Adjusts Font" enabled: Automatically Adjusts Font requires using a Dynamic Type text style I n
Xcode 12.5, macOS 11.4 Xcode is issuing a warning for every NSTextField in my GUI that has "Automatically Adjusts Font" enabled: Automatically Adjusts Font requires using a Dynamic Type text style I n
|
By
Carl Hoefs
·
|
|
Xcode 12.5 crash
4 messages
Xcode 12.5, macOS 11.4 If I insert a copyright character (©) from the "Emoji & Symbols" character viewer palette into a NSTextField on the storyboard, Xcode crashes reliably with: UNCAUGHT EXCEPTION (
Xcode 12.5, macOS 11.4 If I insert a copyright character (©) from the "Emoji & Symbols" character viewer palette into a NSTextField on the storyboard, Xcode crashes reliably with: UNCAUGHT EXCEPTION (
|
By
Carl Hoefs
·
|
|
Xcode 12.4 and GIt.
4 messages
We just noticed that in Xcode 12.4 that once we do a fresh pull from GitHub, that when we view the git log in Xcode it frequently shows much less than the log in GitHub. Has anyone else seen this? Is
We just noticed that in Xcode 12.4 that once we do a fresh pull from GitHub, that when we view the git log in Xcode it frequently shows much less than the log in GitHub. Has anyone else seen this? Is
|
By
Alex Zavatone
·
|
|
If anyone likes to use option to copy a range of text, don't do it in Xcode and hit undo.
6 messages
You’ll get as many text insertion points as you have lines pasted. It can screw up your code fast if you like to press things like keys on your keyboard, including Return or Enter. Simply clicking out
You’ll get as many text insertion points as you have lines pasted. It can screw up your code fast if you like to press things like keys on your keyboard, including Return or Enter. Simply clicking out
|
By
Alex Zavatone
·
|
|
XC 12.4 content preview issue
4 messages
Created a new SwiftUI template in XC 12.4 and tried to use the content preview of the 'hello world' template. Content preview blabs this error : "Cannot preview in the file - AppDelegate.swift is not
Created a new SwiftUI template in XC 12.4 and tried to use the content preview of the 'hello world' template. Content preview blabs this error : "Cannot preview in the file - AppDelegate.swift is not
|
By
tridiak
·
|
|
Storyboard Library closing all the time
2 messages
Does anyone know if there is a way when working in the storyboard to prevent the library from closing after you drag an item from it? It’s pretty infuriating to have to open it again after EVERY time
Does anyone know if there is a way when working in the storyboard to prevent the library from closing after you drag an item from it? It’s pretty infuriating to have to open it again after EVERY time
|
By
Alex Zavatone
·
|
|
Typecasting variables in lldb
3 messages
I used to be able to do something like: (lldb) po ((MyCustomDelegate *)UIApplication.shared.delegate).rootViewController in lldb but now, when I try it, I get an error: (lldb) po ((AppDelegateIOS *)UI
I used to be able to do something like: (lldb) po ((MyCustomDelegate *)UIApplication.shared.delegate).rootViewController in lldb but now, when I try it, I get an error: (lldb) po ((AppDelegateIOS *)UI
|
By
Laurent Daudelin
·
|
|
Big Sur Terminal editing weirdness
3 messages
I ues "vi" mode in my shell to edit command lines - but since I updated to Big Sur (or was it an M1?), sometimes when I'd edit a line the cursor would go back a line. Took me forever to track it down,
I ues "vi" mode in my shell to edit command lines - but since I updated to Big Sur (or was it an M1?), sometimes when I'd edit a line the cursor would go back a line. Took me forever to track it down,
|
By
dhoerl
·
|
|
Debugging the view hierarchy on an iOS launch screen storyboard.
Hi everyone. I’ve got an interesting issue where one graphic disappears on a launch screen, but only on some iOS devices. My first tendency is to use the View Hierarchy Debugger, but if I set a breakp
Hi everyone. I’ve got an interesting issue where one graphic disappears on a launch screen, but only on some iOS devices. My first tendency is to use the View Hierarchy Debugger, but if I set a breakp
|
By
Alex Zavatone
·
|
|
iOS "This app cannot be installed because its integrity could not be verified"
2 messages
Wondering if anyone has run into this recently on iOS. I made a 1 screen simple iOS app to test uploading to an internal app store for a client and that’s working fine. When the client clicks to insta
Wondering if anyone has run into this recently on iOS. I made a 1 screen simple iOS app to test uploading to an internal app store for a client and that’s working fine. When the client clicks to insta
|
By
Alex Zavatone
·
|
|
Question about Xcode 12.5 Clang compiler release notes.
3 messages
From the release notes https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes > Clang now infers the availability of +new from availability annotations on -init methods
From the release notes https://developer.apple.com/documentation/xcode-release-notes/xcode-12_5-release-notes > Clang now infers the availability of +new from availability annotations on -init methods
|
By
Alex Zavatone
·
|
|
measuring Metal FPS
When running a macOS app rendering with Metal under the Xcode 12 debugger, the debug navigator displays FPS (frame rate) among other things. But if I launch the program outside Xcode and attach to the
When running a macOS app rendering with Metal under the Xcode 12 debugger, the debug navigator displays FPS (frame rate) among other things. But if I launch the program outside Xcode and attach to the
|
By
James Walker
·
|
|
Freshly made Apple Developer and Distribution certs certs not trusted.
2 messages
Has anyone run in to this? I just made brand new “Apple” distro and dev certs and both appear to be not trusted because “no root certificate found”. The issuer name is Apple Worldwide Developer Relati
Has anyone run in to this? I just made brand new “Apple” distro and dev certs and both appear to be not trusted because “no root certificate found”. The issuer name is Apple Worldwide Developer Relati
|
By
Alex Zavatone
·
|
|
Provisioning Profile Manager
2 messages
I’m not sure where I came across this, but remembering a discussion we had about either certs or provisioning profiles, I thought I’d share this tool with the group. Provisioning Profile Manager https
I’m not sure where I came across this, but remembering a discussion we had about either certs or provisioning profiles, I thought I’d share this tool with the group. Provisioning Profile Manager https
|
By
Alex Zavatone
·
|