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

po has always been 0.16.1 not the latest version #717

Open
Liyongcong opened this issue Dec 17, 2024 · 3 comments
Open

po has always been 0.16.1 not the latest version #717

Liyongcong opened this issue Dec 17, 2024 · 3 comments

Comments

@Liyongcong
Copy link

Bug Report

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Step one...

Expected behavior
A clear and concise description of what you expected to happen.

Platform Information

  • OS: [e.g. iOS 13.4, watchOS 6.2.1, tvOS 9.2.3, macOS 10.14.3, Catalyst 13.0]
  • Purchase Type: [e.g. consumable, non-consumable, auto-renewable subscription, non-renewing subscription, discount]
  • Environment: [e.g. sandbox, app review, production]
  • SwiftyStoreKit version: [e.g. 0.16]

Additional context

Add any other context about the problem here.

Potentially Related Issues

  • Issue #___

Screenshots
If applicable, add screenshots to help explain your problem.

@Giggs079
Copy link

I had the same issue with you when install SwiftyStoreKit with CocoaPods, I cannot install 0.16.2 and later versions, only 0.16.1
But I found a solution, if you uninstall SwiftyStoreKit from CocoaPods and then install it again using Swift Package Manager you can install the last version 0.16.4

@Liyongcong
Copy link
Author

I had the same issue with you when install SwiftyStoreKit with CocoaPods, I cannot install 0.16.2 and later versions, only 0.16.1 But I found a solution, if you uninstall SwiftyStoreKit from CocoaPods and then install it again using Swift Package Manager you can install the last version 0.16.4

CocoaPods is mainly used in the project. Can Swift Package Manager and CocoaPods be used at the same time,And I encountered a problem, when evoking the Apple Pay page, the evoking failed, the configuration of things are no problem, have you ever encountered

@Giggs079
Copy link

Yes you can use Swift Package Manager and CocoaPods for dependencies at the same time.
I have some dependencies with CocoaPods because these pods have not yet a Swift Package Manager version so I got to keep them in CocoaPods and I have my other dependencies added in Swift Package Manager so I use both and I have no problem. Just to be sure I haven't the same dependency in both, you should remove it from CocoaPods before add it in Swift Package Manager.

For your Apple Pay issue, I don't know about it, we don't use it in our app. I didn't know SwiftyStoreKit handle Apple Pay too

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

No branches or pull requests

2 participants