leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Prebuilding doesn't work on Azure Pipelines #172

Open itcmarcinrabieko opened 1 month ago

itcmarcinrabieko commented 1 month ago

Hi, I'm struggling with running prebuilding on Azure Pipelines.

Environment:

CocoaPods : 1.15.2
Xcode : 15.1 (15C65)
cocoapods-binary      : 0.4.4

command 'pod install --verbose' always stuck on:

Prebuild frameworks (total 47)
Prebuilding <library>...

It doesn't matter if I choose one library as binary or all of them. I have all the permissions to launch it on Azure. There are no other reasons why the error occurred.

Can I somehow extend my debug logs? Any potential reasons? I'll appreciate all advices.