Move Xcode from one Mac to another Mac
Steps
1- Copy Xcode.app file and paste to new mac's `Application` folder
2- Copy `~/Library/Developer/` to new mac's location ~/Library/Developer/ folder
3-
Issue -
Xcode won't start, stuck on 'Verifying “Xcode”…'
Steps
1- Copy Xcode.app file and paste to new mac's `Application` folder
2- Copy `~/Library/Developer/` to new mac's location ~/Library/Developer/ folder
3-
Issue -
Xcode won't start, stuck on 'Verifying “Xcode”…'
Solution
xattr -d com.apple.quarantine '/Applications/Xcode.app'
By running above command , you are giving persission to Xcode ti install it without verifying it.
4- open Xcode in Application directory.
Cheers !!!!