Closed cthomaschase closed 9 years ago
Can you check what your shell locale is? I suspect that you are using El Capitan, and they changed the locale to LC_ALL=C
; thus the ruby interpreter seems to think that the files are coded as ASCII or Latin1 or something like that. An export LC_ALL=en_US.UTF_8
(or something similiar) should help.
Thanks. Locale looks to be correctly set (before I make any changes):
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=
If I export LC_ALL=en_US.UTF-8
and run again it has the same result as above. Weird.
Hm. Interesting. I had a very nasty typo in my code; I released a new version. Can you update the gem and retry?
voila. thank you!
Hi,
I'm getting the following when running the library via xcodebuild -exportArchive process, via the ipatool.