BuildTimeAnalyzer-for-Xcode icon indicating copy to clipboard operation
BuildTimeAnalyzer-for-Xcode copied to clipboard

I do not understand the installation instructions

Open worikgh opened this issue 2 years ago • 2 comments

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?

worikgh avatar Dec 13 '21 20:12 worikgh

I loaded the project into Xcode and then hit run.

worikgh avatar Dec 13 '21 20:12 worikgh

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.

pschneider avatar Dec 14 '21 10:12 pschneider