Is there way to access xcodebuild exported environment variable from next step? one of the use case is
We have to resign the app after exportArchive hence we need to have current CODE_SIGN_IDENTITY, when i searched this variable in xcode build log i can see there export CODE_SIGN_IDENTITY\=iPhone\ Developer
but i can’t access this variable in next workflow step
Hello @kumar.pavan
Have you tried exposing the env var in order to be able to use them in the signing step? We have a guide for such, which you can find here: Exposing Env Vars and using them in another Step | Bitrise DevCenter
Hope this helps!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.