Anton Smirnov
Anton Smirnov
yes, i can see a lot if .o files in Release+Asserts. But in common build .o files are packed in lib*.a (using ar) and how to get according llvm static...
### Libs oh, i can see also ./Release+Asserts/lib/lib*.a files which are not ar files - probably they are expected files. Since they are not common ar files ( > MBA-Anton:build_local...
No, unfortunately 2014-10-02 16:15 GMT+06:00 Jesús Leganés Combarro [email protected] : > Great work @4ntoine https://github.com/4ntoine! :-) Did you be able to > compile clang? This would help to have toolchain...
Probably i will be able to do it if having answers to my questions
@silvanocerza i'm not sure about the binary tools, but on mobile when the apps are processed the sourcemap (or renamings) is stored separately during the release (even on CI server)....
Thanks, Norbert! You can freely contribute or wait when i do it.
Having the issue too, any solution?
protobuf-3.0-alpha2 is released, i believe it will not be changed dramatically. proto3 language guide also described: https://developers.google.com/protocol-buffers/docs/proto3
PS. It works for `isDynamic: true`, but i'd like to persist the access across app relaunches.
It looks like the following: ``` if (isDynamic) { _uriString = selectedDirectoryUri; _directory = makeDirectoryPath(_uriString!); } ``` should be done independent of `isDynamic` value. What do you think?