pendo-io / pendo-mobile-sdk

Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
https://www.pendo.io
Other
57 stars 2 forks source link

SPM Package descriptor url resource does not found (404) #85

Closed bitmansofthu closed 9 months ago

bitmansofthu commented 9 months ago

Platform + Version iOS 17

SDK Version 3.0.0.7964

Framework SwiftUI

Describe the bug When fetching packages XCode reports the following error: failed downloading 'https://software.mobile.pendo.io/artifactory/ios-sdk-release/swiftui/3.0.0.7964/pendo-ios-sdk-xcframework.3.0.0.7964.zip' which is required by binary target 'Pendo': badResponseStatusCode(404)

To Reproduce Reset package caches

Expected behavior The file should be available for download to resolve the package,

MaximShnirman commented 9 months ago

@bitmansofthu issue should be fixed now, you can try again, thanks.

bitmansofthu commented 9 months ago

Sorry, it seems that the file is still not available. failed downloading 'https://software.mobile.pendo.io/artifactory/ios-sdk-release/swiftui/3.0.0.7964/pendo-ios-sdk-xcframework.3.0.0.7964.zip' which is required by binary target 'Pendo': badResponseStatusCode(404)

bratxdy commented 9 months ago

+1 this is still an issue and blocking us from releasing since we are on the swiftui branch and can't control versions. Has the swiftui branch been merged into master yet?

MikePendo commented 9 months ago

The swiftui branch was merged to 3.0, please reset packages caches if needed and try to fetch once again

Screenshot 2023-11-29 at 18 22 35
MikePendo commented 9 months ago

I am closing the issue feel free to reach us if u still have an issue

MikePendo commented 9 months ago

@bratxdy @bitmansofthu My appologizes it seems that the swiftui-beta is pointing to the 3.0 BUT the reference is wrong. As we have merged the swiftui in to 3.0 I would recommend to fetch the 3.0. We will see how to restore the old link

MikePendo commented 9 months ago

@bratxdy @bitmansofthu We have reverted swiftui branch to the original one. So now you can fetch the beta and move to 3.0 when u r ready. (Recommended )

noambartouv commented 9 months ago

@bratxdy @bitmansofthu The full instructions to move to 3.0 can be found here: https://github.com/pendo-io/pendo-mobile-sdk/blob/master/migration-docs/ios-2.x-to-3.x-migration.md

bitmansofthu commented 9 months ago

Thanks for your help!