GenericPasswordRow icon indicating copy to clipboard operation
GenericPasswordRow copied to clipboard

Crashing on IOS 12

Open uknowmeright opened this issue 6 years ago • 3 comments

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?

uknowmeright avatar Jul 30 '18 13:07 uknowmeright

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?

mats-claassen avatar Aug 03 '18 16:08 mats-claassen

@uknowmeright hey mate I am also getting this same error, what have you done to resolve this?

shireeshMs avatar Oct 04 '18 10:10 shireeshMs

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:

  1. one with iOS 11.3.1 (15E302) here the app crashed and I have the message above

  2. 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 }

lernamanto avatar Oct 30 '18 15:10 lernamanto