BuildTimeAnalyzer-for-Xcode
BuildTimeAnalyzer-for-Xcode copied to clipboard
I do not understand the installation instructions
Download the code and open it in Xcode, archive the project and export the build. Easy, right?
What is: archive the project
in this context?
What is export the build
in this context?
I loaded the project into Xcode and then hit run
.
Hi, the idea is to sign the app with your own developer account, as it is not distributed otherwise. You can create the App binary by archiving using Xcode. This way you don't have to compile & run the app every time from Xcode.
To do that, just click on "Product" on the Xcode Menu Bar and select "Archive" and follow the steps.