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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I'm running into two issues trying to quickly implement this.
I'm not sure how make SwiftMonkey and SwiftMonkey paws separate packages. If you don't have the Package.swift file at the root of your project Swift Package manager gets angry and says there is no package manifest.
Ignoring the above issue and just testing isolating the package from the project I'm getting this error when trying to run the package in my testing environment 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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: