Re: Hurdles in converting to Swift

2015-12-24 Thread John Brownie
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

Re: Hurdles in converting to Swift

2015-12-24 Thread Jaikanth CK
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.

Re: Hurdles in converting to Swift

2015-12-23 Thread John Brownie
___ 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

Re: Hurdles in converting to Swift

2015-12-23 Thread Quincey Morris
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

Re: Hurdles in converting to Swift

2015-12-23 Thread Roland King
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

Hurdles in converting to Swift

2015-12-23 Thread John Brownie
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[