Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: Is my error a result of needing to run CocoaPods task? #19870

Open
1 of 4 tasks
terrapin70 opened this issue May 14, 2024 · 1 comment
Open
1 of 4 tasks

[Question]: Is my error a result of needing to run CocoaPods task? #19870

terrapin70 opened this issue May 14, 2024 · 1 comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work help wanted Task: Xcode

Comments

@terrapin70
Copy link

terrapin70 commented May 14, 2024

Task name

AppCenterDistributeV3

Task version

3.238.1

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
@kirill-ivlev
Copy link
Contributor

Hi @terrapin70 thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: ABTT Akvelon Build Tasks Team area of work help wanted Task: Xcode
Projects
None yet
Development

No branches or pull requests

3 participants