aj1
(aj)
1
I am just trying to play around with swift with this tutorial
http://romain.goyet.com/articles/running_swift_code_on_android/
And trying to cross compile using swiftc from my ubuntu box for arm-android.
I am getting this error
swiftc -parse-as-library -target arm-linux-androideabi -emit-ir test.swift
unable to load standard library for target 'arm--linux-android'
It wont work?