August 2025
Intermediate to advanced
270 pages
6h 16m
English
Back in Xcode, click Product → Archive from the Menu Bar. This creates a binary with the metadata of your code that you can upload to App Store Connect.
After a few moments, Xcode will let you know that the build failed with the following error message:
Signing for “HikingJournal” requires a development team. Select a development team in the Signing & Capabilities editor.

For Apple to verify this archive is indeed your code, you need to sign the build. Think of this as a signed commit on GitHub—an extra layer of security to protect your codebase.
Click the HikingJournal project from the Project Navigator on the left, ...
Read now
Unlock full access