Xcode error: Failed to prepare device for development

I have updated to Xcode 12.3 beta. device version is 14.2, but Xcode complaining: Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window. Failed to prepare device for development iPhone directly connected to MacBook. I have tried all mumbo jumbos on the web. but no success any idea? … Read more

How to localise a string inside the iOS info.plist file?

As you might know the iOS 8 requires NSLocationWhenInUseUsageDescription key for using user’s location. I have added this key and some general information into my info plist. How can I use translation string inside the plist file ? — Update — I already have a Localizable string. I’m just wondering that can I use something … Read more