GithubHelp home page GithubHelp logo

Comments (2)

olemarius avatar olemarius commented on June 6, 2024

I have the same issue. I've attached my pipeline code below.

- master

pool:
  vmImage: 'macOS-10.14'

variables:
  scheme: 'MyProject'
  sdk: 'iphoneos'
  configuration: 'release'

steps:
- task: NodeTool@0
  inputs:
    versionSpec: '10.x' 
    checkLatest: false

- task: Npm@1
  displayName: 'npm install'
  inputs:
    command: 'install'

- task: IonicCommand@1
  displayName: 'Run Ionic Cordova Prepare'
  inputs:
    ionicCommand: 'cordova prepare'
    ionicVersion: '4.2.0'
    cordovaVersion: '9.0.0'

- task: IonicCommand@1
  displayName: 'Run Ionic build'
  inputs:
    ionicCommand: 'build'
    ionicVersion: '4.2.0'
    cordovaVersion: '9.0.0'
    
- task: InstallAppleCertificate@2 
  inputs:
    certSecureFile: 'myproject.p12'
    certPwd: $(P12Password)

- task: InstallAppleProvisioningProfile@1
  inputs:
    provProfileSecureFile: 'myproject_profile.mobileprovision'

- task: Xcode@5
  inputs:
    sdk: $(sdk)
    actions: 'clean build'
    configuration: $(configuration)
    xcWorkspacePath: '**/MyProject.xcworkspace'
    signingOption: 'manual' 
    signingIdentity: $(APPLE_CERTIFICATE_SIGNING_IDENTITY)
    provisioningProfileUuid: $(APPLE_PROV_PROFILE_UUID)
    packageApp: true
    scheme: '$(scheme)' 
    teamId: 'ABCDEFGH'
    useXcpretty: false 
    exportMethod: 'Automatic'
    exportTeamId: 'ABCDEFGH'
    exportPath: '$(Build.ArtifactStagingDirectory)'
    xcodeVersion: 'default'``` 

from vsts-cordova-tasks.

martin-richter-uk avatar martin-richter-uk commented on June 6, 2024

I have the same issue.

from vsts-cordova-tasks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.