Is there a way to export an executable, which uses third party libraries, in Xcode, so that the program runs on other computers (macs) without installing the libraries on that computer?
This will help you https://stackoverflow.com/questions/34271874/how-to-archive-export-framework-in-xcode
Login to reply