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

Please add support for Swift Package Manager (Dependencies) #172

Closed
ethanwa opened this issue Sep 14, 2019 · 4 comments
Closed

Please add support for Swift Package Manager (Dependencies) #172

ethanwa opened this issue Sep 14, 2019 · 4 comments

Comments

@ethanwa
Copy link

ethanwa commented Sep 14, 2019

Many people will be moving away from CocoaPods and Carthage and using Swift Package Manager (Dependencies). Can you please add support? Thank you!

@ethanwa
Copy link
Author

ethanwa commented Jun 26, 2020

Xcode 12 and Swift 5.3 (both available as dev betas) now include resource and closed-source binary support for SPM. Hopefully SPM can now be done for this?

https://www.hackingwithswift.com/articles/218/whats-new-in-swift-5-3

@ethanwa
Copy link
Author

ethanwa commented Sep 28, 2020

Xcode 12 is now GM. Would love to see SPM support now. This is one of my remaining Pods that has yet to move to SPM.

@Friend-LGA
Copy link
Owner

Thank you for pointing this. Support has been added - cb4a1c8
Now you can add LGSideMenuController as Swift Package starting with version 2.3.0

@ethanwa
Copy link
Author

ethanwa commented Feb 7, 2021

Hi, this doesn't appear to be working properly. When I add the Swift Package to a fresh clean project and build, I am getting the Warning:

module LGSideMenuController { umbrella "/Users/ethanallen/Library/Developer/Xcode/DerivedData/test-hcrghhrnydusfbebtnedhzkvymfv/SourcePackages/checkouts/LGSideMenuController/LGSideMenuController/include" export * }

And when I add LGSideMenuDelegate I am getting Errors and my project won't build.

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

2 participants