Post

Replies

Boosts

Views

Activity

Reply to Can I open two separate Xcode windows with the same project ?
I despise finding the answer less than 15 minutes after I posted the question. It's so embarrassing. Anyway, I really did a lot of Googling, with plenty of wrong answers. And then buried within the useless pile I found this: In Xcode's Project Navigator Window simply right-click the file you wish to view and select Open In a New Window. Not sure which is more embarrassing, that I found the answer after posting the question, or that the solution was so obvious and I didn't try it.
May ’24
Reply to Is there a global Alert View in SwiftUI?
But this would require I am using something like NavigationStacks, correct? I'm not using those. One view calls another and so on.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode "Connect via network" is stuck, controls disabled
I've been scouring the web for days. Is there any solution to this? Having to shut off WiFi every debugging session is ridiculous.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Xcode debugger seems slow
So it's definitely that Xcode wins the debugger over the phone via WiFi, and not the cable. Now if I could just figure how to turn that part off, without having to disable WiFi on my entire phone at the start of every work day.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Why doesn't Xcode's "Download Container" not always work?
Don’t know how that happened: FB15739562 https://feedbackassistant.apple.com/feedback/15739562
Replies
Boosts
Views
Activity
Nov ’24
Reply to Why doesn't Xcode's "Download Container" not always work?
Posted it just now: FB8988208
Replies
Boosts
Views
Activity
Nov ’24
Reply to Why doesn't Xcode's "Download Container" not always work?
No message whatsoever....getting annoying as it hasn't worked properly in the past hour. Have do manually airdrop all the files from phone to Mac.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Is there a Finder type app that will read through my iPhone files?
plug your phone into Finder itself I'm not sure if this means something in particular. Viewing the iPhone in Finder shows nothing of files, etc etc. Just all about syncing. If there is another mode or something would love to find out.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Is there a simple way to adding files to iPhone simulator, for use with Xcode?
As I stated in the OP , this doesn’t work.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to How to set ATS preferences in Xcode 15 But no plist?
I just went through this today! Go to https://developer.apple.com/news/?id=jxky8h89 and scroll to Configure exception domains Walks you step by step how to if you don't have info.plist anymore.
Replies
Boosts
Views
Activity
Jun ’24
Reply to How can I enable HTTP exceptions in Xcode 15?
It appears I asked this in the wrong forum, my apologies
Replies
Boosts
Views
Activity
Jun ’24
Reply to Can I open two separate Xcode windows with the same project ?
I despise finding the answer less than 15 minutes after I posted the question. It's so embarrassing. Anyway, I really did a lot of Googling, with plenty of wrong answers. And then buried within the useless pile I found this: In Xcode's Project Navigator Window simply right-click the file you wish to view and select Open In a New Window. Not sure which is more embarrassing, that I found the answer after posting the question, or that the solution was so obvious and I didn't try it.
Replies
Boosts
Views
Activity
May ’24
Reply to Xcode 15 preview won't run till I do a debug session and run the simulator first
I will do the above next time it occurs. Of course I just tried it, and all works normally. Go figure. Thanks
Replies
Boosts
Views
Activity
May ’24
Reply to Why is Playground taking so long of just three lines of code?
Just to close this thread out: I was booting off of an external SSD drive. The drive itself was slow, so that was this issue.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Why do I get a "Publishing changes from within view updates is not allowed" when moving my @Bindings to @Published in an @ObservableObject?
So I went to ChatGPT to see if it could help me solve this problem. Encased the code that causes the alert to popup with: DispatchQueue.main.async { [self] in ... } and now I no longer get this warning. Is it that simple? Is CHatGPT that scary?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to Why do I get a "Publishing changes from within view updates is not allowed" when moving my @Bindings to @Published in an @ObservableObject?
I get it at case .invalidDeviceinput: However, I added a case for a successful scan, and when that case pops up, I do not get the warning.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23