On 24/12/2015 11:49, Quincey Morris wrote:
On Dec 23, 2015, at 17:38 , John Brownie mailto:john_brow...@sil.org>> wrote:
2015-12-24 10:43:40.664 AppName[10464:1086828] Unknown class
SearchViewController in Interface Builder file.
Try going to the inspector in IB and remove the class name
Sear
In your IB, go to connections inspector. Check the connection for
activityIndicator (if is is broken there will be an “!”).
Cheers,
Jai
> On 24-Dec-2015, at 7:23 am, John Brownie wrote:
>
>
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.co
On Dec 23, 2015, at 17:38 , John Brownie mailto:john_brow...@sil.org>> wrote:
>
> 2015-12-24 10:43:40.664 AppName[10464:1086828] Unknown class
> SearchViewController in Interface Builder file.
Try going to the inspector in IB and remove the class name
SearchViewController, and make sure both th
Is SearchViewController actually referenced in your code somewhere? You need
something in the binary which would cause the class to get loaded in the first
place or it will not be linked into the binary and not found by IB. This has
been an issue with IB and objC forever, I don’t see why Swift w
I have a fairly simple iOS application that was working in Objective-C,
and which I've now rewritten in Swift, by rewriting each class and
removing the old .m and .h files, and keeping the storyboard. However,
it falls over immediately with the console message:
2015-12-24 10:43:40.664 AppName[