diff --git a/codemagic.yaml b/codemagic.yaml index d44b10f..f17a334 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -93,7 +93,10 @@ workflows: - name: Install CocoaPods script: | cd mobile/ios/App - pod install + # --repo-update refreshes the cached spec repo so it knows LiveKit 2.15.3's transitive deps + # (LiveKitUniFFI 0.0.6 + LiveKitWebRTC 144.7559.11) — they ARE on the trunk but the build box's + # cached repo was stale ("Unable to find a specification for LiveKitUniFFI (= 0.0.6)"). + pod install --repo-update - name: Build the signed IPA script: |