Deloww
Deloww
gh pr checkout 2809
- [ ] - @Deloww
- [ ]
> > > > > ``` > > *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFData count]: unrecognized selector sent to instance 0x600002425630' > > *** First throw...
> Same here any update on this crash? I see this crash only for Galaxy J3 Aura device. > > > > Fatal Exception: java.lang.UnsatisfiedLinkError > > dlopen failed: couldn't...
[](https://github.com/Snap-Kit/bitmoji-sample/issues/29)
https://github.com/Snapchat/login-kit-sample/pull/32#issue-1221185028
> [x] # إدارة التطبيق الخاص بك https://docs.snap.com/snap-kit/home/
override func viewDidAppear() { super.viewDidAppear() self.view.translatesAutoresizingMaskIntoConstraints = false self.view.snp.makeConstraints { make in make.top.equalToSuperview().offset(-100) make.leading.equalToSuperview().offset(22) make.trailing.equalToSuperview().offset(-26) make.height.equalTo(128) } } func doSomething() { self.view.snp.updateConstraints { make in make.height.equalTo(self.view.bounds.height + 50) } }
> Having the same issue here as well. Did you find any solution? > > > > We were able to reproduce it by triggering this method couple of times...