Post

Replies

Boosts

Views

Activity

Reply to Import localizations error: "Two files will try to write translations to same path"
Found the answer in another site quoting: It might be because you have an NSLocalizedString with a tableName: parameter matching the name of a storyboard. In other words, if you have a Main.storyboard and NSLocalizedString(“Blah”, tableName: “Main”, comment: “...”) then you’ll probably get this error. The full post on: https://www.wooji-juice.com/blog/random-dev-xcode-loc-export.html
Jan ’23
Reply to Network extension doesn't get the updated preferred language after changing phone language
Same, already reported it.
Replies
Boosts
Views
Activity
Sep ’25
Reply to This campaign is no longer eligible to run in one or more countries or regions.
The same happened to me with Canada. any clues ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to iOS 18 Bug
Yep something similar with iPhone 15. https://developer.apple.com/forums/thread/758264 I would advice try to downgrade before it gets worst. Today I had to go to the store to turn it on again, and of course the warranty is annulled for trying the beta.
Replies
Boosts
Views
Activity
Jun ’24
Reply to Stuck with ios18 Beta 1, not releasing storage?
Anybody ? mi phone is dying now, its turning off randomly.
Replies
Boosts
Views
Activity
Jun ’24
Reply to My loop makes a click noise each time it starts
I never updated this post but in case it helps someone: you need to use an uncompressed (and heavy) format to avoid this to happen. (flac, alac, mp3, etc. are not good).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to SwiftUI Preview Don't work iOS 15 Xcode 13.0
Same. iOS 17.2 I will reinstall Xcode the other solutions didn't make the trick.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to My loop makes a click noise each time it starts
Hi! it’s an 8 seconds flat white noise that is a perfect loop, I tested it in audacity and in live (where a sound producer made it for me, and tested too) and it plays smoothly in loop. (We tested the exported version of course and the audio file it’s not the problem)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to My loop makes a click noise each time it starts
Im using .flac format because it's the only one not adding a little silence at the start/end of each file like mp3 or m4a and is not heavy like wav.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Import localizations error: "Two files will try to write translations to same path"
Found the answer in another site quoting: It might be because you have an NSLocalizedString with a tableName: parameter matching the name of a storyboard. In other words, if you have a Main.storyboard and NSLocalizedString(“Blah”, tableName: “Main”, comment: “...”) then you’ll probably get this error. The full post on: https://www.wooji-juice.com/blog/random-dev-xcode-loc-export.html
Replies
Boosts
Views
Activity
Jan ’23