What is the Property List or plist in IOS .
For me and Every IOS App developer like me, info.plist or property list is a well-known file for them. it’s not just a file but a bundle of instructions wrapped in a file. What is plist file Property List file is a structured text file that…
How to clean Xcode Cache or Temporary files.
Recently I had this problem and my first reflex is finding a script or an app to “clean” my Mac. It helps a bit but not much, since theses apps can only give you “safe” cleaning, typically removing caches data. Xcode takes a lot of space on your hard…
What’s New in Xcode 12!
Universal apps A single macOS Universal app includes native binaries for Intel-based Macs and Apple Silicon Macs “Any Mac” destination in the toolbar builds a Universal app, even on Intel-based Macs Standard Architectures build setting defaults to…
How to use Wireless Debugging on Xcode 9 and above
Wireless Debugging on Xcode 9 : Choose any of your iOS or tvOS devices on the local network to install, run, and debug your apps — without a USB cord plugged into your Mac. Simply click the ‘Connect via Network’ checkbox the first time you use a new iOS…
How to compare two files or folders in Xcode
How to compare two files or folders in Xcode You can compare two Xcode project using FileMerge tool available with Xcode. Below are steps for comparison in Xcode 6.1 Right click on Xcode icon -> Select ‘Open Developer Tool’ -> Select…
Switching Branch in Xcode-9
Switching Branch in Xcode-9 In the latest segment of Xcode which was released recently have missing GIT Menu. Press ⌘2 to open the new Source Control Navigator. Right-click on the master icon. To switch to a different branch Right-click on a non-current…
How to download Xcode DMG or XIP file !
How to download Xcode DMG or XIP file ! In XCode, go to the Xcode menu –> Open Developer Tool –> then select the More Developer Tools… option. You will we redirected to download all software link in a browser. PS: authentication is must…
How to show or list simulators in Xcode Project!
How to show or list simulators in Xcode Project! For new users Option-1 For existing or upgrading the Xcode You can download each simulator by visiting Xcode->Preference->Download When I try to run the project, the button is grayed out. When…
How do you perform wireless debugging in Xcode 9 with iOS 11 !
Wireless debugging was recently added as a feature in Xcode 9. How do you perform this wireless debugging in Xcode with iOS 11? Xcode 9 make you free with wireless debugging.No more tied to cable. In order to connect your device for wireless…
List of cocoa permission keys for IOS,Mac OS,Tv OS,Watch OS !
cocoa permission keys Cocoa and Cocoa Touch are the environments used to define apps that run in macOS, iOS, tvOS, and watchOS. The keys associated with the Cocoa environments provide support for Interface Builder nib files and provide support for other…