-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hi,
First off thanks for this great module, it will really help me take a lot of server code out and put it into my app's client side functionality.
I've just finished a Swift wrapper for the MAST API https://github.com/triple7/SwiftMAST
I am at the point of testing product downloads and file manipulation using FITSCore.
Just followed the instructions but I get the 2 errors below:
SwiftMAST, 3 issues
dependency 'fitscore' is not used by any target
product 'FITS' required by package 'swiftmast' target 'SwiftMAST' not found.
FITS, Error
No such module 'FITS'
The relevant portions are:
targets: ["SwiftMAST"]),
],
dependencies: [
.package(url: "https://github.com/brampf/fitscore", .upToNextMajor(from: "0.3.0")), ],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "SwiftMAST",
dependencies: ["FITS"]),
Hopefully I can get an answer as I'm working starting Tuesday and would like to have this package completed before then haha
Happy new year :)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation