SeongHo Hong

Results 19 comments of SeongHo Hong

This is a bit different from the problem, but I could not run the example file either. I can't install pod file for example app. ```console seonghoui-MacBookPro:RxDataSources seongho$ ls CHANGELOG.md...

@kzaher hi, thank you for your comment. I had tried to use git submodules, but I still can't build example app. ```console seonghoui-MacBookPro:dev seongho$ cd /Users/seongho/Documents/dev/RxDataSources/Examples seonghoui-MacBookPro:Examples seongho$ /Users/seongho/Documents/dev/RxDataSources/Examples/dependencies.sh Submodule...

@lm2343635 I've changed the current folder location, but the result is the same. ```console seonghoui-MacBookPro:Example seongho$ cd /Users/seongho/Documents/dev/RxDataSources/Examples/Example seonghoui-MacBookPro:Example seongho$ pod install [in /Users/seongho/Documents/dev/RxDataSources] Analyzing dependencies [!] Unable to find...

```console $ carthage update --platform iOS *** Fetching RxSwift *** Checking out RxSwift at "4.4.0" *** xcodebuild output can be found in /var/folders/8t/bj9zpqgd73s3tcsmmrcvzf700000gn/T/carthage-xcodebuild.iGhvH2.log *** Downloading RxSwift.framework binary at "Atomic" ```...

@lm2343635 Where do I have to move RxDataSources.xcodeproj file? @kzaher If a client need to install Carthage and move the files into the example files, I think we need to...

After deleting all the files and cloning again, I went to the example file and ran the dependencies.sh file so that I could build it. Thank you. ```console /Users/user/Documents/Code/RxDataSources/Examples/dependencies.sh ```

@FrankDoersam Did you expect to draw something on existed image?

I'm struggling with same issue https://github.com/devxoul/Toaster/issues/180. Do you know what causes this issue?