How to implement plurals in a String Catalog for labels that don’t show numbers?
I am localizing my app and I need to handle text views that display pluralized nouns without showing a specific number. Eg:
Whilst running my app in the simulator I see multiple log entries regarding snapshotting
In xcode 15 I’m getting the following warning in the log multiple times whilst testing my app in the simulator (iOS 17). I haven’t left the app when these warnings appear, they just seem to come up during normal use of the app when moving between views.
Xcode 16 warning “Extension declares a conformance of imported type … this will not behave correctly”
With Xcode 16 I’m getting this warning
Describe a period of elapsed time in a ‘fuzzy’ way
I’m trying to write code to simply describe how much time has elapsed since an event, but described in only one term, eg. years, months, days, hours, minutes…
Archive is failing from Xcode command line tools
I’ve recently upgraded to MAC OS 14.5 and Xcode 15.3. My iOS project which was running properly on earlier Xcode versions started failing when I run archive command from command line tools. Still able to archive properly from Xcode directly.
How to persist simulated location after disconnecting iPhone from Xcode?
I want to simulate a location (longitude+latitude) on my iPhone. I created a small app in Xcode with a .gpx file containing the location, allowed location simulation and set default location for the app, then connected iPhone to Mac, ran the app on iPhone, and saw the location was being simulated on iPhone (such as with Google Maps). However, shortly after I disconnect iPhone from Mac, iPhone goes back to using its real location. Is there a way to persist the simulated location, such as until iPhone restart?
Removing a language from String catalogue in Xcode
I never paid attention to this, but I had to remove one language from a project.. And I really can’t find how? 🙂
Reset device in xcode (Device>Erase all settings…) did not work
My virtual device freezed and I am not able to run it.
Crop & Zoom Videos Without Quality Loss – iOS Swift
I have been spending time trying to figure out how to crop and zoom a specific video based on user input from a scrollview.
How to view the crash information in .ips file from Xcode console
I’m trying to get the crash information from .ips file and print the information in Xcode console.