turtle build ios issue with team id

Hi all i am trying to build ipa file using turtle and i am facing the below issue.

error: unknown option `–team-id’

Below is the command i am using.

turtle setup:ios --sdk-version 36.0.0 EXPO_IOS_DIST_P12_PASSWORD=$(IOS_DIST_P12_PASSWORD) turtle build:ios --team-id $(TEAM_ID) --dist-p12-path $(Build.SourcesDirectory)/ProductionDistCert.p12 --provisioning-profile-path $(Build.SourcesDirectory)/Production.mobileprovision --public-url http://127.0.0.1/dist/ios-index.json

Can some one help on this

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.