Using package as a binary (xcframework) #218
JacksonUtsch
started this conversation in
General
Replies: 1 comment 7 replies
-
I believe I have fixed the issue. I tracked it down to a compiler error with a dependency (TimecodeKit). I fixed the dependency so if you just pull the latest version of all Swift packages, build should succeed for you. I tested it on my end and I'm testing with Xcode 15.4 and the current If you have issues that persist, let me know. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to use this package as a static binary dependency via xcframeworks but I get issues when compiling for this target type. I am using swift-create-xcframework to do the generation. A lot to do with the custom
UInt
types. Any guidance would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions