This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 776
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix App crashing on iOS 13 - Must return MPRemoteCommandHandlerStatus…
… , Nav Bar color (#384)
- Loading branch information
1 parent
3139fdf
commit e67424b
Showing
2 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unsupported action method signature. Must return MPRemoteCommandHandlerStatus or take a completion handler as the second argument.' in xcode 11.
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have manually set up your last committed code, but after that i can also get realm primary key error. please fix it ASAP. I have also try reinstall or update your cocoapods in xcode 11.
if i install realm first, after that your library then i will get 680 errors with xcode 11, ios 13.
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I'm also facing the same error as @HariMohan-eng said. Pls fix it ASAP.
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
Thank you for maintaining the Folioreader Kit.
But, because I'm facing the same problem,
We are waiting to be corrected and distributed to Cocoapod as soon as possible.
If it is difficult to deploy quickly, please provide a manual way to install the framework into the project.
I tried everything I knew, but they all failed.
I'm very nervous. I don't think I can get paid.
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @HariMohan-eng @bhparkdev,
Error got fixed.
i gave pod 'FolioReaderKit' and that's the problem it updates the old build.
I changed it to like below mentioned,
pod 'FolioReaderKit', git: 'https://github.com/FolioReader/FolioReaderKit.git'
and it worked..
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I have removed folio reader from pod, and reinstall it, but facing same issue.
its working below xcode 11 but not working in xcode11.
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
I'm using xcode 11 and it's woking fine for me now.
When i give the pod 'FolioReaderKit', git: 'https://github.com/FolioReader/FolioReaderKit.git' in my podfile ,
it installs realm 3.17 version and the crash issue is resolved.
P.S. You have to try it with the path
pod 'FolioReaderKit', git: 'https://github.com/FolioReader/FolioReaderKit.git'
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay,
sorry actually i have added only pod 'FolioReaderKit'.
now i have added pod 'FolioReaderKit', git: 'https://github.com/FolioReader/FolioReaderKit.git'. and its working for me.
Thanks for your response.
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool no problem.Glad, it helps.. :)
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
i want to minor changes in your library. When the ePub book size is more like 200 pages, then activity indicator is stop and "didFinishedLoading" method is called. but book takes time like 20 more seconds to load.
So i need :- activity indicator will stop when book loaded successfully. (when successfully display on iPhone)
@objc func folioReader(_ folioReader: FolioReader, didFinishedLoading book: FRBook) {
print("loaded")
}
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Have you fixed late loading issue?
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI hebertialmeida,
We have tried multiple time to fix the UIWebview to WKWebview, but facing more issue.
can you fix on your end, so we can try to update your library in our project.
Your library is great for iOS 13 and below. But when we run in iOS 13.1, 13.2, 13.3 many issues occurs like, highlight is not working, chapter link not working, got error of UIWebview deprecated so in future apple will not accept and so on. Please resolve all issues.
Thanks!!!
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi FolioReader Team
i have problem on ios 13.1 the error is "Primary key property 'name' does not exist on object 'RealmSwiftClassPermission" and that problem on class "RLMObjectSchema.mm" Line number - 164 . please give me solution ASAP.
Thanks
e67424b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Team,
There are many problems occurs for iOS 13.1,13.2,13.3. Please replace UIWebview to WKWebView.
Thanks!!!