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
or within swift package Alamofire(5.9.1) and some other swift package like SwifterSwift、Nuke
DeClang (version: swift5.10-v1.0.0)
(Xcode 15.4)
build error:
Undefined symbols for architecture arm64:
"___isPlatformVersionAtLeast", referenced from:
Swift._stdlib_isOSVersionAtLeast_AEIC(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1 in ViewController.o
Swift._stdlib_isOSVersionAtLeast_AEIC(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1 in Alamofire.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
create a new project, just add this code:
or within swift package Alamofire(5.9.1) and some other swift package like SwifterSwift、Nuke
DeClang (version: swift5.10-v1.0.0)
(Xcode 15.4)
build error:
Undefined symbols for architecture arm64:
"___isPlatformVersionAtLeast", referenced from:
Swift._stdlib_isOSVersionAtLeast_AEIC(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1 in ViewController.o
Swift._stdlib_isOSVersionAtLeast_AEIC(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1 in Alamofire.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: