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

Unknown class MASegmentedControl in Interface Builder file. #9

Open
DouglasHennrich opened this issue Aug 20, 2020 · 3 comments
Open
Labels
help wanted Extra attention is needed

Comments

@DouglasHennrich
Copy link

I'm trying to use your framework(0.0.5) with Pods.
I added a view on IB and change it's class to MASegmentedControl but when I run the project and the view controller opens, I get this message on console and a crash.

2020-08-20 00:12:17.003496-0300 ObjB2WLoja[23179:11584913] [Storyboard] Unknown class _TtC20ObjB2WBarcodeScanner18MASegmentedControl in Interface Builder file.
2020-08-20 00:12:17.004296-0300 ObjB2WLoja[23179:11584913] Failed to set (padding) user defined inspected property on (UIView): [<UIView 0x7ffe7039d4b0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key padding.
@alokc83
Copy link
Owner

alokc83 commented Oct 1, 2020

It seem like you have storyboard connection issue. I would recommend to remove the control from storyboard. Build, it should build. Then add control to storyboard.

@alokc83
Copy link
Owner

alokc83 commented Oct 1, 2020

Also let me know what Xcode are you using. I haven't tested control on xcode 12.0 yet

@alokc83
Copy link
Owner

alokc83 commented Oct 4, 2020

@DouglasHennrich Did you get your issue resolved?

@alokc83 alokc83 added the help wanted Extra attention is needed label Oct 4, 2020
@alokc83 alokc83 added this to In progress in MASegmentedControl Mar 2, 2021
@alokc83 alokc83 moved this from In progress to To do in MASegmentedControl Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants