Post

Replies

Boosts

Views

Activity

Comment on App use system language for location authorization dialog
This is not the same : here the app does not decide what language it is running it. It is all done through settings which are built into iOS. Via iOS API, the app can display all its interface in the language chosen by user and iOS decide which language app should use : the one in app/language . It has no choice. The fact is that iOS system alert seems to use the language from device. In the program , the localize interface will give you result from app language.
May ’22
Comment on xcode14:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
This seems to started with xCode 13.4.1. It can debug on iOS 10 devices. But archiving and uploading for Distribution make app does not run on iOS 10 devices (can be tested with TestFlight) Workaround is to use xCode 13.4 with embedding Swift Library, no BitCode and no Strip of Swift symbols. It is not written in the release notes that iOS10 support ist working or not for debug and/or distribution. for iOS 10
Sep ’22