Jeremy
Jeremy
I've run into this issue as well after switching my project to to use `use_frameworks!`. My version of the cocoapod is up to date, is the workaround just to manually...
I've tried using NSZombies but unfortunately it doesn't give me any useful information. I believe the problematic code is my subclass of UIBarButtonItem that I use to create navigation bar...
I've tried breakpointing but as far as I can tell, what is causing my app to crash, while running it normally, is trying to present a `UIImagePickerController` while the FontAwesome...
I've tried using an exception breakpoint but unfortunately it isn't triggered by this crash. The app simply crashes with EXC_BAD_ACCESS without any information. I tried running `po [UIFont familyNames]` right...
Hey, sorry for the late response. I have done something similar to what you suggested: I created a local cocoapod repository for FontAwesomeKit, commented out the dynamic registration code in...
> > Change the class of the UINavigationController to CRNavigationController, in the Storyboard. > > It's not working because from storyboard it's use - (id)initWithCoder:(NSCoder *)aDecoder method. > > Any...
How important is Xcode 10 support for us going forward? Xcode version support != iOS version support. Seems to me like we could probably get away with Github Actions if...
@Recouse, do you have more info on how you got to this result? Were you following a guide to help you get here? Without much more info about what's going...
Put your code changes into a pull request. Fixes indexing issues with comments following ";" https://github.com/questbeat/Lin-Xcode5/pull/30