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
And in Package.swift I declared my 2 .dynamic products and the 2 associated targets.
When I run node-swift build I get this error : Error: Found more than 1 dynamic library in the Swift Package. Consider specifying which product should be built via the swift.product field in package.json.
I ended up patching cli.js to accept another command line argument specifying which product to build.
Is there some other way to achieve this ?
The text was updated successfully, but these errors were encountered:
I need to build several distinct
NodeModules
in the same project.I have this directory structure
And in
Package.swift
I declared my 2.dynamic
products and the 2 associated targets.When I run
node-swift build
I get this error :Error: Found more than 1 dynamic library in the Swift Package. Consider specifying which product should be built via the swift.product field in package.json.
I ended up patching
cli.js
to accept another command line argument specifying which product to build.Is there some other way to achieve this ?
The text was updated successfully, but these errors were encountered: