Build Error in Xcode on Cloud-Hosted MAC on VSts

Build error in Xcode on cloud-hosted Mac on VSTS

ok so just replacing **/*.xcodeproj/project.xcworkspace with projectname.xcworkspace fixed my issue

May be it will help others.

Thanks

What am I missing with my pod install? Xcode Build fails Azure Devops Pipeline

This error is due to the Xcode task not working out of the workspace path.

Update the xcWorkspacePath variable in your azure-pipelines.yml file from **/*.xcodeproj/project.xcworkspace to yourProjectName.xcworkspace.

- task: Xcode@5
inputs:
xcWorkspacePath: 'yourProjectName.xcworkspace'


Related Topics



Leave a reply



Submit