Post

Replies

Boosts

Views

Activity

Reply to NumberFormatter on iOS 15
Also encountered this issue with iOS 15 after moving to xcode 13. Made a feedback report: FB9840346 Anyone has any idea what's happening here? The workaround above isnt exactly right, because maximumSignificantDigits property is widely different from maximumFractionDigits
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’22
Reply to Missing required architecture i386
Hi Edford, Thank you for the reply, will comb through project settings to see what is up, but for now, I've actually added conditional compilation block, to prevent unsupported architecture from calling the framework's api. It wasn't just i386 - the framework doesnt support 32 bit in general, so armv7 as well
Apr ’21