Objective-C Data Types
In the Objective-C programming language, Objective-C data types refer to an extensive system used for declaring variables or functions of different types. The type of a variable determines how much space it occupies in storage and how the bit pattern…
Run C++ on MAC, But How?
There are an enormous number of development environments for C/C++ programmers or C++ on MAC, some of which are freely available and some of which are commercial products. This document describes the installation and use of two freely available…
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…
Xcode 13, What’s new in This Version of XCode?
Xcode 13 includes Swift 5.5 and SDKs for iOS 15, iPadOS 15, macOS Monterey, tvOS 15, and watchOS 8. Xcode The Xcodes UI has been refined with new navigator icons and a new always-on bottom bar. The new Cloud tab in the Report navigator shows Xcode Cloud…
Tips to Update your Internal iPhone Apps Remotely without Developer Account
Tips to Update your Internal iPhone Apps Remotely without Developer Account For MAC 1-If you have an existing version of the application, you must first delete it; either directly from your Apple device or from the “Applications” section of…
Deploy iPhone Apps Through Xcode
Deploy iPhone Apps Through Xcode Open Keychain Access on your MAC System Create a Certificate (Keychain Acces -> Certificate Assistant -> Create a Certificate) Go to Category (Left Pane of your Keychain Access) Click on My certificates (If needed…