-
Notifications
You must be signed in to change notification settings - Fork 93
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
Not able to build XCFramework in Swift Package Manager with Mac Catalyst support #109
Comments
I've recently tried getting SPM to work with UnrarKit (see the swiftpm branch), but have had some trouble. Why do you need an "XCFramework" bundle? Could a regular .framework dynamic framework bundle work for you as well? I include one built with Carthage along with every release. There'll be a v2.11 beta out soon that should give you the latest and greatest code. |
Now I understand, thanks for clarifying. I'm going to close this as a duplicate of #89, since UnrarKit doesn't support SPM yet. Please feel free to help get SPM integration working and submit a PR. I'd be happy to provide guidance, but I hit a wall when I tried. You can start from my swiftpm branch, as mentioned before, where I started but didn't finish it. |
It looks like I misunderstood (As mentioned in #110). I see now when I try to check the Mac Catalyst box from the UnrarExample project (even without SPM in the mix) it won't run. I'll see what is going on. Meanwhile I'm going to close this issue as a duplicate and reopen the original one. |
Thanks you. |
Hi, Any news on this? :( |
I tried to create XCFramework that support Mac Catalyst. But I can not. The XCFramework work fine on macOS and iOS, but not on Mac Catalyst. I tried by apple way and other lib that support (https://github.com/gurhub/surmagic) but only support iOS and macOS. ( I have tested on other frameworks)
There are no SPM supported, so I hope you could take a look. Thanks you.
Screen Shot 2022-08-08 at 11.31.28
The text was updated successfully, but these errors were encountered: