AlphaWallet / AlphaWallet/alpha-wallet-ios

AlphaWallet does not build on Intel platform with Xcode 14

Offen
#5,389 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Swift
Sterne
631
Forks
384
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

The following error occurred when trying to build on Intel with Xcode 14:
```
/Users/jerome/Documents/alpha-wallet-ios/Pods/Charts/Source/Charts/Animation/ChartAnimationEasing.swift:340:39: error build: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions

internal static let EaseOutBack = { (elapsed: TimeInterval, duration: TimeInterval) -> Double in
let s: TimeInterval = 1.70158
var position: TimeInterval = elapsed / duration
position -= 1.0
return Double( position * position * ((s + 1.0) * position + s) + 1.0 )
}

Testing failed:
The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
Testing cancelled because the build failed.

** TEST FAILED **

The following build commands failed:
SwiftEmitModule normal x86_64 Emitting\ module\ for\ Charts (in target 'Charts' from project 'Pods')
(1 failure)
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.