Post

Replies

Boosts

Views

Activity

Comment on Xcode 13.2 - Internal error : Missing Package Description Module
Wait, it can be a good sign? So AppStore might be already offering the fixed version? I'm looking at mine UPDATE in the AppStore and can't figure out which version it will be installing, shame. So 13C90 gives that error when installed via AppStore and doesn't give it when installed via dev downloads? These might be still different builds, even if numbered the same - that already happened previously, to perfect the chaos.
Dec ’21
Comment on Manage European Union digital services act compliance information
Actually reading more of the act, it says in Article 22 p.4 and p.5 that provided personal information can't be shared publicly, if I understand it right. https://digitalservicesact.cc/dsa/art22.html "for purposes relating to his or her trade, business, craft or profession." makes every dev with app in the App Store a EU DSA trader, if the app is offered in EU? I think EU DSA goes after traceability of "content", not money.
Mar ’24
Comment on Swift 6 concurrency. Apple Watch App target and -disable-dynamic-actor-isolation.
Thank you for the reply and extended info! Part of the effort was to see how/if -disable-dynamic-actor-isolation works. After a day of testing I'd say it really works for iOS targets and not working for me for the watch target, there is a chance I'm applying the flag wrong. I updated the watch target now to count with the dynamic concurrency checks. I wonder when/if staying on swift 5 will become "penalized" by facing obstacles when new swift and xcode versions come.
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’25
Comment on Xcode 13.2 - Internal error : Missing Package Description Module
Wait, it can be a good sign? So AppStore might be already offering the fixed version? I'm looking at mine UPDATE in the AppStore and can't figure out which version it will be installing, shame. So 13C90 gives that error when installed via AppStore and doesn't give it when installed via dev downloads? These might be still different builds, even if numbered the same - that already happened previously, to perfect the chaos.
Replies
Boosts
Views
Activity
Dec ’21
Comment on Xcode 14 - The app references non-public selectors in Payload
I tried to build and submit a different target from the same project, the one that doesn't have an Apple Watch Extension and there are no warnings from the App Store Connect for this one. Looks like these warnings might be connected to the Apple Watch Extensions.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on iOS 16.2 beta 4 causes the AVAudioRecorder's .record() function to always return false
+1 to your karma. Still the issue in iOS 16.3 and this is still the solution. Thank you.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on Background location updates stop in iOS 16.4
One would expect changes like this to be announced at WWDC so we all have time to prepare and provide feedback. And Apple would have time to update the documentation :). I wonder what/why was the urgency in this case.
Replies
Boosts
Views
Activity
Apr ’23
Comment on Xcode 14.3 autocomplete not working
Had the same problem with Xcode 14.3 and this solution helped. Thanks! A bit of patience required to wait until Xcode fully indexes the source, but after that auto-complete seems to work again.
Replies
Boosts
Views
Activity
May ’23
Comment on Manage European Union digital services act compliance information
Actually reading more of the act, it says in Article 22 p.4 and p.5 that provided personal information can't be shared publicly, if I understand it right. https://digitalservicesact.cc/dsa/art22.html "for purposes relating to his or her trade, business, craft or profession." makes every dev with app in the App Store a EU DSA trader, if the app is offered in EU? I think EU DSA goes after traceability of "content", not money.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Swift 6 concurrency. Apple Watch App target and -disable-dynamic-actor-isolation.
Thank you for the reply and extended info! Part of the effort was to see how/if -disable-dynamic-actor-isolation works. After a day of testing I'd say it really works for iOS targets and not working for me for the watch target, there is a chance I'm applying the flag wrong. I updated the watch target now to count with the dynamic concurrency checks. I wonder when/if staying on swift 5 will become "penalized" by facing obstacles when new swift and xcode versions come.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’25