git clone https://github.com/NDCSwift/REPO-NAME.git
cd REPO-NAME
Or select “Clone Git Repository…” when Xcode launches.
⸻
• Double-click the .xcodeproj or .xcworkspace.
⸻
In Xcode, navigate to:
TARGET → Signing & Capabilities → Team
• Select your personal or organizational team.
⸻
• Change com.example.MyApp to a unique identifier (e.g., com.yourname.MyApp).
⸻
🛠️ Notes
• If you see a code signing error, check that Team and Bundle ID are set.
• If building for a device, ensure your provisioning profile supports the required capabilities (Push, iCloud, etc.).