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

Can't Update with Carthage #106

Closed
aiartsev opened this issue Jun 3, 2021 · 2 comments · Fixed by #107
Closed

Can't Update with Carthage #106

aiartsev opened this issue Jun 3, 2021 · 2 comments · Fixed by #107

Comments

@aiartsev
Copy link

aiartsev commented Jun 3, 2021

Your issue may already be reported!
Please search on the issue track before creating one.

Expected Behavior

Being able to update with carthage using carthage update --platform iOS

Current Behavior

As of versioon 3.3.1 onwards, I'm getting the error
Dependency "SwipeableTabBarController" has no shared framework schemes for any of the platforms: iOS

Possible Solution

It works fine making a rollback to 3.3.0.

Steps to Reproduce (for bugs)

Include in cartfile:
github "marcosgriselli/SwipeableTabBarController"
Run carthage update --platform iOS

Environment

  • SwipeableTabBarController version: 3.3.1, 3.4.0, 3.4.1
@marcosgriselli
Copy link
Owner

@aiartsev thanks for reporting this. I changed the project structure to follow a more Swift Package Manager like approach and broke Carthage support by accident.. I'll review possible solutions and send a fix tomorrow.

@marcosgriselli
Copy link
Owner

@aiartsev this should be fixed now carthage update --platform iOS --use-xcframeworks should work correctly.

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

Successfully merging a pull request may close this issue.

2 participants