-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
CSC_INSTALLER_LINK environment variable isn't picked up #560
Labels
Comments
Solution:
Will be fixed soon. |
develar
added a commit
that referenced
this issue
Jul 3, 2016
|
I'm excited! |
I'm getting this error now (with only
|
@jwheare Fixed in the next release (will be in 20 minutes). |
Thanks, confirmed this is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building for both
mac
andmas
I haveCSC_LINK
,CSC_KEY_PASSWORD
,CSC_INSTALLER_LINK
,CSC_INSTALLER_KEY_PASSWORD
set and usingCSC_IDENTITY_AUTO_DISCOVERY=false
to bypass my keychain because this will eventually be run on CI.From looking at the code it seems like the
CSC_INSTALLER_LINK
environment variable isn't being used anywhere, and as a result I'm getting the error:This works fine with auto discovery, just not environment variables.
Also, is it possible to specify two separate
CSC_LINK
files, one for mas builds and one for non-mas. I intend to distribute our application both on the store and via our website. I guess two separate builds could be run from the command line with separate environment and target rules, but this seems cumbersome.The text was updated successfully, but these errors were encountered: