SwiftAndroid / swift

Port of Apple's reference Swift toolchain to Android; doesn't quite work yet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libicu data files need to be pushed to device

zhuowei opened this issue · comments

@modocache I don't think the build script pushes libicu yet; should that be added to the build script? I was getting "Illegal instruction" errors which turned out to be an abort() called by the runtime since libicu was missing.

Yes, it's possible that my device had those installed already from some other experiment. Scary! I'll add it to utils/android/adb_push_built_products and try to test a clean install more often. Thanks for pointing this out!!