Upgrading Cocoa Pods #1254
-
I have a iOS build that just started failing after a upgrade of one of the dependencies with this message: ` CDN: trunk Redirecting from https://cdn.cocoapods.org/Specs/4/2/c/FlutterMacOS/3.0.0/FlutterMacOS.podspec.json to https://cdn.jsdelivr.net/cocoa/Specs/4/2/c/FlutterMacOS/3.0.0/FlutterMacOS.podspec.json
Running the "pod repo update" and "pod update ObjectBox" locally seems to fix the issue, but how do I fix this on Codemagic? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can run the same commands in Codemagic, to resolve the issue. If you are using the Workflow editor you can click on the + sign and add it to the post-clone script section. |
Beta Was this translation helpful? Give feedback.
You can run the same commands in Codemagic, to resolve the issue. If you are using the Workflow editor you can click on the + sign and add it to the post-clone script section.