Creating command line executables in Xcode

preview_player
Показать описание
How to locate the Xcode build artifact for a simple CLI tool.

I used this project as an example:

Рекомендации по теме
Комментарии
Автор

You don’t have to manually hunt for the product manually (either via Terminal `find` command or by manually searching in the “derived data” folder). In your Xcode project shown in this video, there is a “Product” folder. If you expand that, you’ll see your build product shown there. In more modern versions of Xcode, they’ve stopped including the “Product” folder in the project, but you can go to the Xcode menu, “Product” » “Show Build Folder in Finder”, and that will also navigate you directly to the appropriate folder.

robertmryan
Автор

Hey man as somebody used to building command line tools in C++ I found this helpful for Swift! Thanks!

loganmahoney
join shbcf.ru