RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I do not understand the installation instructions

worikgh opened this issue · 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?

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.