Xcode 9 make you free with wireless debugging.No more tied to cable. In order to connect your device for wireless debugging you need to perform following steps Open Devices and Simulators window Connect your device normally with lightening cable Select the device which you want to connect from Devices tab… Read more »
App Transport Security ATS encourages developers to use HTTPS over HTTP and thus any HTTP request is blocked. You can still workaround this security feature during development. But remember its strictly a workaround and should not be carried over to production as it will leave you app vulnerable Workaround for… Read more »
In order to show the line number in Xcode editor following steps are needed Open Xcode preference cmd +, or Then in Text Editing tab check Line Numbers
Xcode 9 has changed the way we switch branch. The branches no more show in source control menu. Xcode 9 now makes it even simpler for us to manage branches and tags right from the Xcode 9 left panel. The below image contains Xcode 9 source control revealed. You… Read more »
Apple just launched Xcode 11 GM seed and had many people confused what GM Seed means. GM stands for gold master. It is finalized firmware released before the public release. It is different from beta versions as it can be used to build and upload apps on Appstore DOWNLOAD XCODE XIP?DMG… Read more »
In 2015 apple remove hundreds of apps from Appstore. Hackers some how managed to directly infect the build system of hacked XCode and upload infected apps to Appstore. Infected XCode where also available for download over the website and many unsuspecting developer were using them. “We’ve removed the apps from… Read more »
Download links for Xcode 10.1, Xcode 10, Xcode 9, Xcode 8, XCode 7, XCode 6 are given below. The list is organized in newest first and a developer account login will be required. Latest Xcode version on top BUY ME A BEER!! paypal.me/karma4all Xcode 12 12.3 12.2 12.1 12.0.1 12.0 Xcode… Read more »
There is still a significant number of people who prefer Xib over Storyboard though i wont get into debate which one is better but still there might be some who would want to develop using Xib.From XCode 6 onwards Apple has removed the option to create an empty application. While… Read more »