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

Xcode 9 swift 4 crash iOS 11 #5

Closed
jsalazar78 opened this issue Sep 21, 2017 · 2 comments
Closed

Xcode 9 swift 4 crash iOS 11 #5

jsalazar78 opened this issue Sep 21, 2017 · 2 comments

Comments

@jsalazar78
Copy link

DTTextField_Example[5003:262200] [Accessibility] ****************** Loading GAX Client Bundle ****************
fatal error: unexpectedly found nil while unwrapping an Optional value
2017-09-21 17:44:22.977669-0500 DTTextField_Example[5003:262200] fatal error: unexpectedly found nil while unwrapping an Optional value

@jsalazar78
Copy link
Author

Sorry I missed last comments I Try the code below and it work.

fileprivate func insetRectForBounds(rect:CGRect) -> CGRect {
// guard !lblFloatPlaceholder.text!.isEmptyStr else { return insetRectForEmptyBounds(rect: rect) }

Just comment the above line, got it work.

@iDhaval
Copy link
Owner

iDhaval commented Oct 14, 2017

Hey,
I have resolved that crash. you can update your pod.
Kindly close this issue
Thank you

@iDhaval iDhaval closed this as completed Oct 16, 2017
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

2 participants