evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.18k stars 369 forks source link

can't build triniwiz fork nativescript-star-ratings #172

Open peppeg85 opened 4 years ago

peppeg85 commented 4 years ago

hello, i use https://github.com/triniwiz/nativescript-star-ratings that is a fork of this library i think. after the update of this library i can't build on ios beacause the triniwiz library. i wrote also here: https://github.com/triniwiz/nativescript-star-ratings/issues/18 anyway i write also here, here is the erreor i have in xcode:


Xcode build...
/Users/mac/WebstormProjects/xxx/platforms/ios/Pods/Cosmos/Cosmos/CosmosAccessibility.swift:19:29: error: type 'UIAccessibilityTraits' (aka 'UInt64') has no member 'adjustable'
      UIAccessibilityTraits.adjustable :UIAccessibilityTraits.none
      ~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~
/Users/mac/WebstormProjects/xxx/platforms/ios/Pods/Cosmos/Cosmos/CosmosAccessibility.swift:19:63: error: type 'UIAccessibilityTraits' (aka 'UInt64') has no member 'none'
      UIAccessibilityTraits.adjustable :UIAccessibilityTraits.none
                                        ~~~~~~~~~~~~~~~~~~~~~ ^~~~
/Users/mac/WebstormProjects/xxx/platforms/ios/Pods/Cosmos/Cosmos/StarLayer.swift:55:57: error: type 'CALayerContentsGravity' (aka 'NSString') has no member 'resizeAspect'
    imageLayer.contentsGravity = CALayerContentsGravity.resizeAspect
                                 ~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~
Command CompileSwift failed with a nonzero exit code
note: Using new build system
note: Planning build
note: Constructing build description
** ARCHIVE FAILED **
Command xcodebuild failed with exit code 65

how can i solve? thank you

evgenyneu commented 4 years ago

No idea sorry

peppeg85 commented 4 years ago

ok, so i have to wait for triniwiz. thank you

ejlocop commented 3 years ago

@peppeg85 , did you manage to solve this?

peppeg85 commented 3 years ago

@ejlocop try this https://github.com/triniwiz/nativescript-star-ratings/issues/18#issuecomment-741522719