We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Checking out 12.2.0 of package ‘Instabug-SP’
Instabug.start(withToken: "...", invocationEvents: [.shake, .screenshot])
Any version after 11.7.0, even on the the latest 12.2.0
iOS 16.4
iOS Simulator, iPad (10th generation)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
Steps to Reproduce the Problem
Checking out 12.2.0 of package ‘Instabug-SP’
Expected Behavior
Actual Behavior
Instabug integration code
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
The text was updated successfully, but these errors were encountered: