RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

I do not understand the installation instructions #105

Closed worikgh closed 11 months ago

worikgh commented 2 years ago

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 commented 2 years ago

I loaded the project into Xcode and then hit run.

pschneider commented 2 years ago

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.