Xcode SVN is scheduled for addition, but is missing Error

When a file is scheduled for commit according to svn records but is not present within the root directory, svn throws “is scheduled for addition, but is missing” error. There can be many causes for this error most common one is renaming the file from finder instead of refactoring and deleting the file from the finder. … Read more

Download Xcode 10.1 beta 2

The all-new Xcode 10 beta 1 can be downloaded from apple  using a valid Apple ID Download Xcode 10.1 beta 2 A valid Apple ID is required. If your are already logged in in the browser Xcode 10 Beta 1 download will start directly. Else you will be redirected to the login screen. Once you will … Read more

Unable to verify xcode and simulator installation

When running npm run ios some time an error comes $ react-native-scripts ios Starting packager… Starting simulator… Unable to check Xcode version: Error: Process exited with non-zero code: 1 Failed to start simulator: Unable to verify Xcode and Simulator installation. Exiting… The error can come if you don’t have any command line tool selected in xcode … Read more

Xcode 9.3 download

Apple has released a new beta of Xcode 9.3. The new beta release includes Swift 4 and SDKs with latest innovations and cutting edge features to enable you to build awesome apps.You can Download the new Beat from here Download Xcode 9.3 SWIFT INTERVIEW QUESTIONS  AWESOME JSON PARSING JUST ONE LINE        

App Transport Security basics

App Transport Security (ATS)  is a network security feature on Apple platforms and is enabled by default. It ensures that applications implement industry standard security without known weaknesses and ensures data integrity and privacy. The purpose of App Transport Security is to improve sense of security in end users by ensuring that no accidental network … Read more