-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
XCode11 can not find "Build Location -> Per-configuration Build Products Path -> Staging " #1782
Comments
Same here. "Build Location -> Per-configuration Build Products Path" is not exist (xcode 11.3.1) |
It works. Basically, follow this doc. in Xcode Help Document (Xcode Help in xcode menu)
|
Hey @whereiscode, I hope @hemith answere helped you, so I'll close the issue for now, but if you still have any questions, feel free to reopen it. |
Are there plans to revise the multi-deployment documentation to mention this update for XCode 11? |
Had to add the values for Debug, Release and Staging before setting the name to 'CONFIGURATION_BUILD_DIR' otherwise XCode would crash. I think it didn't like empty values. Debug + Release: As per docs: |
@sinn1 thank you |
@erez-guesty |
For people who also need to update Pod dependencies but couldn't use Similar like what you did for |
Our project wasn't crashing, but it was having some build issues. Specifically this error: |
XCode11 can not find "Build Location -> Per-configuration Build Products Path -> Staging "
Environment
The text was updated successfully, but these errors were encountered: