Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing on IOS 12 #19

Open
uknowmeright opened this issue Jul 30, 2018 · 3 comments
Open

Crashing on IOS 12 #19

uknowmeright opened this issue Jul 30, 2018 · 3 comments

Comments

@uknowmeright
Copy link

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?

@mats-claassen
Copy link
Member

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?

@shireeshMs
Copy link

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

@lernamanto
Copy link

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
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants