sparkfabrik / ios-build-action

Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.
MIT License
129 stars 24 forks source link

APP_ID does not exist in environment variables #21

Closed deivyrene closed 1 year ago

deivyrene commented 1 year ago

The following variable does not exist when assigning the parameters to the environment variables index.js

# fastlane/Matchfile

app_identifier(ENV["APP_ID"])

Is it intentional?

edodusi commented 1 year ago

@abarnto I think this could be a leftover and maybe the correct value should be IOS_APP_ID, what do you think?

abarnto commented 1 year ago

I agree @edodusi. I've just opened the PR with the fix. Thanks for pointing that out @deivyrene.

edodusi commented 1 year ago

Merged. Thanks