Kitura/BlueSignals

Could not compile via Carthage.

Closed this issue · 3 comments

Probably this project have not shared scheme for carthage.

$ carthage update --platform iOS BlueSignals
*** Cloning BlueSignals
*** Checking out BlueSignals at "1.0.10"
*** xcodebuild output can be found in /var/folders/mj/5zhy3sh11h18pdwrb4v04b300000gn/T/carthage-xcodebuild.kMm90v.log
*** Skipped building BlueSignals due to the error:
Dependency "BlueSignals" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/IBM-Swift/BlueSignals/issues/new
$ carthage update BlueSignals
*** Fetching BlueSignals
*** Checking out BlueSignals at "1.0.10"
*** xcodebuild output can be found in /var/folders/mj/5zhy3sh11h18pdwrb4v04b300000gn/T/carthage-xcodebuild.x7e3Go.log
*** Skipped building BlueSignals due to the error:
Dependency "BlueSignals" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/IBM-Swift/BlueSignals/issues/new

Added framework target so that BlueSignals can be used by Carthage. Version 1.0.11.

@billabt thanks for your response, but v1.0.11 still not compatible for carthage.
carthage required shared scheme.

$ carthage update BlueSignals
*** Fetching BlueSignals
*** Checking out BlueSignals at "1.0.11"
*** xcodebuild output can be found in /var/folders/2q/h0tfw5xj28qgdcs2rqkm62nm0000gp/T/carthage-xcodebuild.wIKZSn.log
*** Skipped building BlueSignals due to the error:
Dependency "BlueSignals" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/IBM-Swift/BlueSignals/issues/new

Sorry about that, I forgot to check in the shared scheme. You should be good to go with version 1.0.12. Thanks.