Jacob Trimble
Jacob Trimble
We do plan on supporting it eventually, but we're not working on it yet. This is in the v1.1 milestone, so we'll start working on it after the v1.0 release...
Make sure that the `ShakaPlayer` instance still has another reference. If you only store it in the `ShakaPlayerView`, then when you remove it, the `ShakaPlayer` will be destroyed. My guess...
I don't know of anything that would prevent that. Also note that you shouldn't need to do anything special to handle multiple storage instances; they share the stored data. So...
Can you still reproduce this? Did you try deleting the whole folder and re-downloading everything? Can you try with the latest `master`? This appears to be a file permission error,...
Is that from the first run, or did you run once and that is a second attempt? Are you filtering the logs at all? When I run, I see logs...
Did you install Xcode and the command-line utilities? Can you run `xcrun`? You may need to run `sudo xcode-select --install`.
@minhtoantm is the error exactly the same? If not, please post some logs. Both: what is the output of `ls -lA tools/clang/dsymutil/bin` when in the source root?
We require the use of [Depot Tools](https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up). You'll also need to add the path to your PATH variable in your `.bashrc` (or other shell init file). If you run this...
You cannot run that `build.sh` file by itself; it can be only run as part of the Xcode build step. It assumes certain Xcode shell variables were set. I'll make...
You don't run `configure` when using the sample_xcode_project, it will run `configure` itself. You run `configure` and `make` in an *empty* directory and copy the resulting framework to your project....