Skip to content

Conversation

danoli3
Copy link
Member

@danoli3 danoli3 commented Jun 8, 2024

Adding to @dimitre's #520

This fixes Addon embedding for xcframeworks for iOS/macOS/tvOS

Also fixes #521

@dimitre
Copy link
Member

dimitre commented Jun 8, 2024

just one observation here

if (fileType == "wrapper.framework" || fileType == ".xcframework") {

should be

if (fileType == "wrapper.framework" || fileType == "wrapper.xcframework") {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Clean on Xcode not working due to bin/data lacking attributes
2 participants