AlphaWallet / AlphaWallet/alpha-wallet-ios

AlphaWallet does not build on Intel platform with Xcode 14

Aberta
#5,389 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Swift
Estrelas
631
Forks
384
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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)
```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.