rodyager / RWTS-PDFwriter

An OSX print to pdf-file printer driver
GNU General Public License v2.0
798 stars 77 forks source link

Xcode build products in literal `~/tmp/xcode/Release` #28

Closed kbernhagen closed 1 year ago

kbernhagen commented 1 year ago

Xcode builds are under project root in ~/tmp/xcode/Release.

So, buildscript.sh does not find anything in build/Release.

This would be the build locations in the Xcode project.

rodyager commented 1 year ago

Build Locations Build products path

This is the summary from XCode's Quick Help.

The path at which all products will be placed when performing a build. Typically this path is not set per target, but is set per-project or per-user. By default, this is set to $(PROJECT_DIR)/build.

kbernhagen commented 1 year ago

Somehow it is not. Open in Xcode, select project,build settings, all, scroll down.

rodyager commented 1 year ago
Screenshot 2023-01-16 at 9 59 16 pm

Not sure why its different for you.

kbernhagen commented 1 year ago

Interesting. I'll have to hunt down my problems later. Thanks. You can close this ticket.