-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode build products in literal ~/tmp/xcode/Release
#28
Comments
Build Locations 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. |
Somehow it is not. |
Interesting. |
Xcode builds are under project root in
~/tmp/xcode/Release
.So,
buildscript.sh
does not find anything inbuild/Release
.This would be the build locations in the Xcode project.
The text was updated successfully, but these errors were encountered: