-
Notifications
You must be signed in to change notification settings - Fork 320
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
Accessing in Xcode #488
Comments
To add some clarity here, I have two branches, one for When I add a build step that does a Is the |
@philihp I'll ask someone on the build team to respond, but you should probably just ask support for help. The comments feature of our documentation is intended to enable customers to suggest changes to the docs or ask clarifying questions about the docs. If feels like a doc update would help here, but we can do that after you resolve your issue. App Center support is provided directly from within the App Center portal. Any time you need help, just click the blue chat button in the lower-right corner of any page and our dedicated support team will respond. For additional information, see the App Center Help Center. |
@philihp the |
@nrajpurkar can that prefix be changed to |
@philihp If you access the variables in the places documented here: https://docs.microsoft.com/en-us/appcenter/build/custom/variables/#access-the-variables , then |
Why is this closed? The issue isn't resolved, and there's no workaround? |
@tonyarnold The environment variables configured in App Center Build are currently specifically designed to be used in places documented here: https://docs.microsoft.com/en-us/appcenter/build/custom/variables/#access-the-variables, where you can access them without the Accessing the variables outside of those documented place are currently unsupported. Directly using |
Thanks for the info, @dennispan. I have components of my Xcode build that I only wish to run in release builds. To date, I’ve been doing that using environment variables that I watch for in build phase scripts. I also use them to pass a password to lock/unlock a bundled Keychain with build secrets in it. I really need these available during the Xcode build - I can’t make this work via pre/post build scripts. |
@tonyarnold Thanks for the quick reply! Let's move this discussion to microsoft/appcenter#161? Would be great to consolidate feedbacks on this in one place |
Actually, I take that back. I can think of a workaround for the release components. Not sure what to do about the bundled keychain though. |
How can these be accessed in Xcode?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: