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.
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).
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)
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
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.
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).
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)
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