Post

Replies

Boosts

Views

Activity

Comment on Cannot install macOS 13.0.1 update
Because it's in the Developer Programme. When you're enrolled in the programme you see the updates that are available in the programme. If you're currently on 13.0 and there's a 13.1 beta available that's what you'll be shown. The fact you're on 13.0 and there's an update to 13.0.1 is neither here nor there because 13.0.1 isn't in the Developer Programme.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’22
Comment on Tracking gestures
Doesn't matter. Apple does not provide a means to track things other than inside an app. Once a user exits your app it has only a few seconds before it is completely killed, so it would never be able to do anything in the background regardless of whether someone has agreed to your Ts&Cs.
Topic: Programming Languages SubTopic: Swift Tags:
Nov ’22
Comment on Logger on Xcode console
No. It's written to a plain text file. If you seriously don't want the timestamps you'll have to use your own Logger (the struct that was overriding the os version, with the #if debug in the right place), but you'll lose any of the niceties of os:Logger.
Nov ’22
Comment on A Leak in the iPhone App Store, Just on iPhone, Spammers are Affecting the keyword suggested apps, It needs serious attention
If you've already reported it to the App Store team then why are you reporting it here? This is what I mean by spamming these forums. I don't stand beside spammers, thanks, but I also don't know why you think any app creator on here is going to be able to help you with this? What do you want from us? Agreement that there's an issue in the App Store? Great! I agree, but I can't do anything about it, neither can any of the other app creators on here. Speak to the App Store team again.
Aug ’23
Comment on IPAD not visible in Mac
Which betas are you on? "iOS 17.0" is the OS version, not the beta version. What have you tried? Restarting the Mac and the iPad? Checking in the Console app when you plug it in? Reinstalled Xcode? We cannot help you with the tiny amount of information you've given us.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’23
Comment on Why overlay is not on top
Yeah, I noticed the "Per" text didn't stay in the top line. Very strange, as there's clearly enough space for it.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on [Swift Charts] custom LineMark symbol is transparent
Ha... Well done for figuring it out.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Unable to install iOS & watchOS app to iPhone, because of intents change
It is a big report ;)
Replies
Boosts
Views
Activity
Nov ’22
Comment on Unable to install iOS & watchOS app to iPhone, because of intents change
Ha! It did get rejected by App Store Connect after I'd submitted the app for review because I hadn't localised the intents... Surely Xcode should pick that up rather than let it go all the way to App Store Connect and into review?
Replies
Boosts
Views
Activity
Nov ’22
Comment on Cannot install macOS 13.0.1 update
Because it's in the Developer Programme. When you're enrolled in the programme you see the updates that are available in the programme. If you're currently on 13.0 and there's a 13.1 beta available that's what you'll be shown. The fact you're on 13.0 and there's an update to 13.0.1 is neither here nor there because 13.0.1 isn't in the Developer Programme.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Tracking gestures
Doesn't matter. Apple does not provide a means to track things other than inside an app. Once a user exits your app it has only a few seconds before it is completely killed, so it would never be able to do anything in the background regardless of whether someone has agreed to your Ts&Cs.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Xcode 14.1 crashing while clicking cmd+Z
I think this is related to changes made to constraint constants in Interface Builder. Have a look at that, @Claude31.
Replies
Boosts
Views
Activity
Nov ’22
Comment on Logger on Xcode console
No. It's written to a plain text file. If you seriously don't want the timestamps you'll have to use your own Logger (the struct that was overriding the os version, with the #if debug in the right place), but you'll lose any of the niceties of os:Logger.
Replies
Boosts
Views
Activity
Nov ’22
Comment on Logger on Xcode console
Always tip your server... Don't forget to mark an answer as accepted ;)
Replies
Boosts
Views
Activity
Nov ’22
Comment on Operator function '<' requires that 'Date' conform to 'StringProtocol'
Glad it helped. Sorry that I pasted the wrong first bit of the code... Should've been: if("2022/11/27" < "2022/11/28") { Text("'2022/11/27' < '2022/11/28 = correct'") } else { Text("'2022/11/27' >= '2022/11/28' = incorrect") }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Scrumdinger ScrumsView doesn't update after editing the details of a scrum
Good stuff. iOS development equivalent of "have you tried turning it off and on again?" 😆
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’23
Comment on Developer Rejected and no reasonable comments
The Disney+ app shows an example of it not being just screenshots. The OP could add a couple of extra screenshots in a similar fashion.
Replies
Boosts
Views
Activity
Apr ’23
Comment on A Leak in the iPhone App Store, Just on iPhone, Spammers are Affecting the keyword suggested apps, It needs serious attention
If you've already reported it to the App Store team then why are you reporting it here? This is what I mean by spamming these forums. I don't stand beside spammers, thanks, but I also don't know why you think any app creator on here is going to be able to help you with this? What do you want from us? Agreement that there's an issue in the App Store? Great! I agree, but I can't do anything about it, neither can any of the other app creators on here. Speak to the App Store team again.
Replies
Boosts
Views
Activity
Aug ’23
Comment on IPAD not visible in Mac
Which betas are you on? "iOS 17.0" is the OS version, not the beta version. What have you tried? Restarting the Mac and the iPad? Checking in the Console app when you plug it in? Reinstalled Xcode? We cannot help you with the tiny amount of information you've given us.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on ios17 widget display area problem
Mark it as resolved so others can see there's a fix for it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23