GenericPasswordRow
GenericPasswordRow copied to clipboard
Crashing on IOS 12
I am getting this error on iOS 12:
'Could not load NIB in bundle: 'NSBundle </var/containers/Bundle/Application/F0AAD157-7E76-4F0C-9ED2-336FDC1D0092/FamClub.app> (loaded)' with name 'GenericPasswordCell''
It seems like something in this framweork has broken or is not supported in iOS 12.
Anyone else experiencing this?
Can you give us a bit more context? How are you adding the library and how are you adding the row to the form? Are you using Eureka on the Swift 4.2 compatible branch?
@uknowmeright hey mate I am also getting this same error, what have you done to resolve this?
Hi, I am also having this issue:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/containers/Bundle/Application/AF80B343-5B5E-4227-BA45-C358C593A284/yessselec.app> (loaded)' with name 'GenericPasswordCell''
However I am having this on a device with iOS 11.3.1 installed.
I have tested on 2 different iPod touch:
-
one with iOS 11.3.1 (15E302) here the app crashed and I have the message above
-
the other with iOS 12.0.1 (16A404) here the app works fine, the password row is displayed and works as expected
Library installed using Carthage "import GenericPasswordRow" at the top of my controller
<<< GenericPasswordRow() { $0.tag = VSRowTag.password.description $0.placeholder = VSRowTag.password.lDescription $0.passwordValidator = CustomPasswordValidator() $0.validationOptions = .validatesAlways }