XcodeTipsAndTricks

Xcode: changing double clicking file behavior

https://stackoverflow.com/questions/1302831/xcode-changing-double-clicking-file-behavior

Open Xcode project using Terminal

Type open ProjectName.xcodeproj on terminal

Xcode Help

https://help.apple.com/xcode/mac/current/#/dev0ac32bb34

Fix code indentation in Xcode

https://stackoverflow.com/questions/3558709/fix-code-indentation-in-xcode

How can I indent multiple lines in Xcode?

https://stackoverflow.com/questions/829954/how-can-i-indent-multiple-lines-in-xcode

First, select all code using command+a

Second, hold key ctr and then press i

the whole selected code will nicely indent.

Uninstall Xcode

http://osxdaily.com/2012/02/20/uninstall-xcode/

How to do Face ID Touch ID Auth in Simulator

Learning that part for App2App

  1. Begining Hardware - Register

  2. When asking for password then - Do Matching Face for Success - Cool

Xcode XIP Download

https://developer.apple.com/download/more/?name=Xcode

Instruments help

https://help.apple.com/instruments/mac/current/

Xcode Build System

https://www.vadimbulavin.com/xcode-build-system/

App Store upload fix

![AppStoreUploadIssue](https://user-images.githubusercontent.com/33363003/166161139-e7ba9285-e549-4b71-929b-f1062e19b913.png)

AppStoreUploadIssue