You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issue to fix for xcframeworks for Addons folder search is excluding other platform directories:
I.E.
opencv:
xcframework is included for tvOS/iOS
into the macOS project.
Only occurs with addon project tests where multiple targets downloaded
While technically we could fuse all these xcframeworks together at some point, at the moment for addons having multiple of the same xcframework will cause errors, they meant to be all one.
Fix:
not include the other platform xcframeworks in the projectGenerator
The text was updated successfully, but these errors were encountered:
will need to add another target for this as we have:
OSX (Xcode), IOS (Xcode).
We will need macOS (Xcode).
macOS will target a new core Project file that uses and targets xcframeworks in the macOS subfolders.
Also will need to modify the addon search paths for OSX and iOS to ignore the macOS xcframework folders
And have the macOS one exclusively look at the macOS folder as type to prevent double linking issues
An issue to fix for xcframeworks for Addons folder search is excluding other platform directories:
I.E.
opencv:
xcframework is included for tvOS/iOS
into the macOS project.
Only occurs with addon project tests where multiple targets downloaded
While technically we could fuse all these xcframeworks together at some point, at the moment for addons having multiple of the same xcframework will cause errors, they meant to be all one.
Fix:
not include the other platform xcframeworks in the projectGenerator
The text was updated successfully, but these errors were encountered: