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

The latest versions (after 11.7.0) can not be fetched/checked out by CI/CD tool AppCenter #31

Open
sihadbegovic opened this issue Nov 2, 2023 · 2 comments

Comments

@sihadbegovic
Copy link

sihadbegovic commented Nov 2, 2023

Steps to Reproduce the Problem

  • Update Instabug-SP library to one of the versions above 11.7.0, like the latest 12.2.0
  • Local resolving package graph is working ok
  • Start the same build on AppCenter and it will stuck at the step Checking out 12.2.0 of package ‘Instabug-SP’
  • The same issue does not happen with version 11.7.0 and below

Expected Behavior

  • Checking out the latest versions on AppCenter build creation works ok

Actual Behavior

  • Checking out any version above 11.7.0 does not work, it stucks at that step and never goes beyond.

Instabug integration code

Instabug.start(withToken: "...", invocationEvents: [.shake, .screenshot])

SDK Version

Any version after 11.7.0, even on the the latest 12.2.0

iOS Version

iOS 16.4

Device Model

iOS Simulator, iPad (10th generation)

[Optional] Project That Reproduces the Issue

@sihadbegovic
Copy link
Author

sihadbegovic commented Nov 2, 2023

Also, I noticed that version 11.7.0 is the latest that is using this url format for binary target:
https://ios-releases.instabug.com/release/Instabug/{version}/archive.zip
and after 11.7.0, since 11.9.0 it is using this url format:
https://github.com/Instabug/Instabug-SP/releases/download/{version}/Instabug-XCFramework.zip

@sihadbegovic
Copy link
Author

sihadbegovic commented Nov 3, 2023

So, I created a fork where I updated binary target's url to: https://ios-releases.instabug.com/release/Instabug/12.2.0/archive.zip and this url works fine.
Here is the commit on fork: 05f68f5
It seems that there are some issues with this url: https://github.com/Instabug/Instabug-SP/releases/download/12.2.0/Instabug-XCFramework.zip that AppCenter can not handle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant