AlphaWallet / AlphaWallet/alpha-wallet-ios
AlphaWallet does not build on Intel platform with Xcode 14
- 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
Bewertung
Dieses Issue wurde noch nicht bewertet.