Rostislav

Results 13 comments of Rostislav

I made a pull request about the thing I mentioned a couple of posts earlier.

Using `po $arg1` on the exception breakpoint I get the following, clearer error: ``` fatal error: unexpectedly found nil while unwrapping an Optional value 4914441056 ```

I tried with an older XCode to run the version on the master branch and there the crash doesn't occur.

Sorry for the late response. Here is the description xml. ``` xml 1 0 urn:schemas-upnp-org:device:MediaServer:3 Parrot SA http://www.parrot.com/ 2014.05.22 0 Folk Folk is Pulsar implementation of Filesystems On Local networKs...

I forgot to mention that I managed to work around this crash. Initially I was using all the ssdp types to discover as in the example app. When I changed...

So far nothing. It seems it might not even be a problem when not running directly on device from Xcode. Definitely can't observe it in a stable way with the...

> > The minimal example above should reproduce the error. > > [@zbrox](https://github.com/zbrox) that is not a sufficiently minimal example. There's no table schema, nor a definition for `SearchResult`. It...

@xpe No, nothing new. To work around it quickly I just use it as an Option and then force unwrap it with an expect, knowing that it will always have...

> Could you add a test or example which demonstrates the syntax? I'd like to see how it looks. Sorry, I have missed that. It is a bit overwhelming around...