Open DagAgren opened 7 years ago
Is this a possibility now?
Just came across this https://developer.apple.com/documentation/swift_packages/bundling_resources_with_a_swift_package is there anything specific keeping SwiftMonkey from supporting Swift 5.3?
I'm running into two issues trying to quickly implement this.
ld: warning: Could not find or use auto-linked library 'XCTestSwiftSupport' ld: warning: Could not find or use auto-linked framework 'XCTest'
I'm assuming this is because XCTest is necessary to compile SwiftMonkey? it's just weird that the package builds on its own but fails to build in a project. I'm not sure how to add XCTest as a dependency to the package however I do think that Swift 5.3 allows for this. Another direction that could be taken is compiling SwiftMonkey as an xcframework and adding that to SPM.
Currently, SPM does not support iOS, but once it does, the preliminary support included currently should be fixed.
xcodeprojs could be generated directly from SPM, too.