-
Notifications
You must be signed in to change notification settings - Fork 95
Add .xcodeproj and Makefile
#474
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
base: main
Are you sure you want to change the base?
Conversation
|
The issue with Swift 6 and |
|
can make a single SFBAudioEngine.XCFramework for work? too mang related package Dependencies (about 19+), can simple make all in one? |
|
You should be able to use the Just to expand on this a little, iOS doesn't support umbrella frameworks so there is no easy way to embed the dependencies into the generated XCFramework. On macOS it is possible but I haven't looked at this branch in a while and can't remember exactly what this does. |
Right now the project consists of a single
xcframeworktarget with multiplatform (macOS, iOS, tvOS) support.One issue with this PR is:
Removing
@retroactivegenerates a warning with the SPM build.