Andy Z.
Andy Z.
I fixed this once like this: ` # The easy way to use sockets on Apple platforms - https://github.com/swiftsocket/SwiftSocket # Temporary solution because of using still Swift 3 in pod...
Actually I could resolve it by replacing this line (adding the ".Companion"): `photoConverterDisposable = RxImagePicker.Companion.with(activity.getSupportFragmentManager()).requestImage(pickerSource)`
Actually I could resolve the compiling error it by replacing this line (adding the ".Companion"): `photoConverterDisposable = RxImagePicker.Companion.with(activity.getSupportFragmentManager()).requestImage(pickerSource)` *** But now it causes a runtime error: ``` 2019-04-24 13:17:34.058 24901-24901/com.tracktics.player.debug...
Unfortunately not @laurachelaru - I just switched to another library instead. (https://github.com/ArthurHub/Android-Image-Cropper)