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
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
The text was updated successfully, but these errors were encountered:
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: triniwiz/nativescript-star-ratings#18
anyway i write also here, here is the erreor i have in xcode:
how can i solve? thank you
The text was updated successfully, but these errors were encountered: