AcroMace / receptionkit

A simple, customizable receptionist iPad app built with Smooch

Home Page:http://acromace.com/receptionkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Argument labels '(describing:)' do not match any available overloads

chansuke opened this issue · comments

I only changed AppToken in Config.swift and put #import <Smooch/Smooch.h> in Bridging-Header but several error occurs.

ReceptionKit/View Controllers/Visitor/VisitorAskNameViewController.swift:47:19: Method does not override any method from its superclass
ReceptionKit/View Controllers/Delivery/DeliveryMethodViewController.swift:69:19: Method does not override any method from its superclass
ReceptionKit/View Controllers/Delivery/DeliveryMethodViewController.swift:69:19: Method cannot be an @objc override because the type of the parameter 2 cannot be represented in Objective-C

I am using Swift3 and Xcode-beta8.0

Hey @chansuke! Sorry for not seeing this earlier. It looks like this might be related to a Swift 3 compatibility issue here: zendesk/sunshine-conversations-ios#111 (comment). I'll try updating Smooch to 5.0.1.

Hey @chansuke, this should be fixed in the latest master. Would you mind confirming if it works correctly for you? You shouldn't have to modify the Bridging-Header file.

@AcroMace Thank you.

@AcroMace I updated to Xcode8 and everything work fine.Thank you.

@chansuke Oh awesome, thanks for the update!