You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
As hosted?
Question
Building an IOS app with Firebase included via CocoaPods. Xcode@5 task (clean archive) has completed successfully, where log shows Firebase libraries being copied and compiled. So would be expecting AppCenterDistributeV3 to copy the completed .api file to AppCenter. But getting the following log for the distribution step? But getting an error.
So the question is, does this require a CocoaPods task for this to complete? This would seem strange when the Xcode task has completed and there is theoretically an ipa file to distribute. Or should This be reported as a bug?
This is the task definition:
task: AppCenterDistribute@3
displayName: 'Deploy **/*.ipa to Visual Studio App Center'
inputs:
serverEndpoint: '[redacted]'
appSlug: '$(APP_SLUG)'
appFile: '**/*.ipa'
symbolsIncludeParentDirectory: false
releaseNotesOption: input
releaseNotesInput: 'This release brings several enhancements, new features, and bug fixes to improve the overall performance and user experience.'
destinationType: 'groups'
distributionGroupId: '$(DestinationID)'
This is the resultant log:
Starting: Deploy **/*.ipa to Visual Studio App Center
==============================================================================
Task : App Center distribute
Description : Distribute app builds to testers and users via Visual Studio App Center
Version : 3.238.1
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/deploy/app-center-distribute
==============================================================================
##[error]Error: Failed find: ENOENT: no such file or directory, stat '/Users/developer/myagent/_work/25/s/Pods/Protobuf/Headers/Private/Firebase/Firebase 2.h'
Finishing: Deploy **/*.ipa to Visual Studio App Center
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days
Task name
AppCenterDistributeV3
Task version
3.238.1
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
As hosted?
Question
The text was updated successfully, but these errors were encountered: