In WWDC 2020 an example was given that you could use a command like the following:
and it would return a checksum that you can use in a Swift Package. When I zip my xcframework and run this command from the command line I get:
Code Block $ swift package compute-checksum some.xcframework.zip
and it would return a checksum that you can use in a Swift Package. When I zip my xcframework and run this command from the command line I get:
What am I doing wrong?error: root manifest not found