Can't build iOS in Azure DevOps pipeline with anything after FB 10.15 #14296
Replies: 3 comments 1 reply
-
What is the error? |
Beta Was this translation helpful? Give feedback.
-
Encountering the same problem, did you ever found a solution? I did find a bug report as well, but obviously disabling code signing is not a permanent solution and the 'name=iPhone 16' option mentioned in the last comment did not work for me either. |
Beta Was this translation helpful? Give feedback.
-
Update for those finding this later: for us, the issue was that Firebase added code signing capabilities to the pods, which they couldn't use. So I solved it with disabling code signings for pods again:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can't build iOS in Azure DevOps pipeline with anything after FB 10.15 - Just as it says. Took over a project that had been using FB via SPM. We have source and CI/DC via Azure DevOps delivering to AppStore and that has been fine. However, in trying to update the packages, we've found that any version of Firebase after 10.15 will cause the pipeline to fail with a code signing error. Rolling back and it's fine. Looked at with our DevOps person, but we have yet to find a solution, so looking for any ideas or solution from the community. Doesn't seem like we would be the first to run into this but web search hasn't helped so far either. Thanks~!
Beta Was this translation helpful? Give feedback.
All reactions