Streamline CI setup for your Apache Cordova, PhoneGap, Ionic, or Cordova CLI compatible app using a set of useful pre-defined build steps for VS Team Services or TFS
Am trying to use VSTS for Ionic2 iOS build and IPA file generation. The highlevel flow is given below which am using.
Get sources from VSTS Git & clean the previous build folders
NPM Install
Ionic platform add and Ionic Build
XCODE Build for IPA
The steps 1-3 are working fine without any issues but the step 4 is failing.
The error am getting is:
xcodebuild: error: The project named "TestProject" does not contain a scheme named "TestProject". The "-list" option can be used to find the names of the schemes in the project
Is there any option to set the scheme while the VSTS tasks are being run? Please let me know as we are unable to proceed further.
Hi,
Am trying to use VSTS for Ionic2 iOS build and IPA file generation. The highlevel flow is given below which am using.
The steps 1-3 are working fine without any issues but the step 4 is failing.
The error am getting is:
Is there any option to set the scheme while the VSTS tasks are being run? Please let me know as we are unable to proceed further.