Moustapha KEBE

Results 13 comments of Moustapha KEBE

If you install with cocoa pod, you have to add the pod line in the podfile , import the module, comment that line and close xcode before to run the...

Yes, It was an error from me. But I tried epub with, and got the same error. Here is the file: /Users/kebson/Library/Developer/CoreSimulator/Devices/24B449AE-9DA8-406B-BBDA-F9847D44211D/data/Containers/Data/Application/3111CC1B-3CDA-4F75-836C-673A1A4FD363/Documents/Epub_Format.epub What I did is I took an epub...

Yeah I've tried with that one too . I even cloned that repo to try for seeing if it's my epub which is corrupted but got the same error.

``` child: Container( height: mediaQuery.size.height - 30, child: itemProvider.downloaded ? GestureDetector( onTap: () async { itemProvider.getDownload().then((v) { if (v.isNotEmpty) { ItemModel dl = v[0]; String itemPath = dl.fileUrl; EpubKitty.setConfig( "iosBook",...

` /Users/kebson/Library/Developer/CoreSimulator/Devices/24B449AE-9DA8-406B-BBDA-F9847D44211D/data/Containers/Data/Application/3111CC1B-3CDA-4F75-836C-673A1A4FD363/Documents/Epub_Format.epub`

The same, it's not relative to the path or the file itself. I've changed the directory to use this one `/Users/kebson/Library/Developer/CoreSimulator/Devices/24B449AE-9DA8-406B-BBDA-F9847D44211D/data/Containers/Data/Application/1DDE1F0A-954F-4B6A-BC6B-335F582B7ABD/Library/Caches/Epub_Format.epub` and it doesn't work, same for the file

Okay thanks. I'm waiting for ...