smolskyaleksey

Results 11 issues of smolskyaleksey

version 3.4.0 master branch Lottie/AnimationView.swift:1003: Assertion failed: Encountered Core Animation compatibility issues while setting up animation: [Puke Splash_PRECOMP_02] The Core Animation rendering engine partially supports time remapping keyframes, but this...

help wanted

I have some code in Left view controller ``` objective-c UIViewController *vc =[UIViewController new]; vc.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel target:self action:@selector(dissmis:)]; [[SlideNavigationController sharedInstance] presentViewController:[[FCNavigationViewController alloc] initWithRootViewController:vc] animated:YES completion:nil]; - (void)...

![2017-10-13 16 38 34](https://user-images.githubusercontent.com/6605765/31549162-fab6ea3a-b035-11e7-9938-8d22fb134d6c.png)

``` Undefined symbols for architecture arm64: "_vDSP_create_fftsetup", referenced from: _BASS_ChannelGetData in libbass.a(libbass.a-arm64-master.o) "_vDSP_fft_zip", referenced from: _BASS_ChannelGetData in libbass.a(libbass.a-arm64-master.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed...

If I download big image via ```swift self.session.dataTask(with: request, completionHandler: { [weak self] data, response, error} ``` image stored inside response. And I can catch crash. How can I use...

ios 10.2.1 call method `pjmedia_transport_zrtp_initialize(zrtp_tp, "simple.zid", PJ_TRUE);` ![2017-02-28 12 37 17](https://cloud.githubusercontent.com/assets/6605765/23400108/de3099c2-fdb3-11e6-8fa9-c70b19a87c37.png) Log: ZRTP transport created ZRTP info message: Hello received, preparing a Commit stacktrace Crashed: Thread 0 libsystem_c.dylib 0x1863ebe20 flockfile...

Hi i try to make call this zrtp. I want to user ICE+STUN settings. When I make call the receiving client had log: ``` C VOIP CALL status CONFIRMED, mediaState...

`'/libzrtpcpp/ZrtpCWrapper.h'` file not found inside` transport_zrtp.h`

http://prntscr.com/ecse0k I try to run `make dep` and get errors with openSSL pls see attachment. ``` openssl version OpenSSL 0.9.8zh 14 Jan 2016 which openssl /usr/bin/openssl ```