libXray icon indicating copy to clipboard operation
libXray copied to clipboard

fix cgo tvos and add module.modulemap for xcframeworks

Open InstaRobot opened this issue 1 year ago • 1 comments

This commit fixes the CGO build for tvOS and adds module.modulemap for correct library linking in the project.

InstaRobot avatar Aug 11 '24 20:08 InstaRobot

Thanks for contribution. LibXray.xcframework does not contain module.modulemap is implemented on purpose. If there are two xcframeworks which contains module.modulemap in one Xcode project, the compilation will fail. For avoiding conflicts with other libraries, LibXray.xcframework won't include module.modulemap until Apple solves this problem.

So please remove the codes related module.modulemap.

yiguodev avatar Aug 12 '24 08:08 yiguodev