You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2018. It is now read-only.
Do you support XCode 6.4? Ionic needs me to be on that version until they fix themselves for 7.0.
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:116:23: warning: 'fast fast' can be expressed more succinctly as '#fast'
public func close(fast fast: Bool) {
^ ~~~~~
#
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:14: error: consecutive statements on a line must be separated by ';'
guard let ws = self.ws else {return}
^
;
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:31: error: consecutive statements on a line must be separated by ';'
guard let ws = self.ws else {return}
^
;
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:32: error: expected expression
guard let ws = self.ws else {return}
^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:365:37: error: braced block of statements is an unused closure
guard let ws = self.ws else {return}
^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:391:27: error: consecutive statements on a line must be separated by ';'
let json = try NSJSONSerialization.JSONObjectWithData(mesData,
^
;
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:414:11: error: expected 'while' in 'do-while' loop
} catch {
^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:414:17: error: braced block of statements is an unused closure
} catch {
^
/Users/pt/trimian/main/platforms/ios/Trimian/Plugins/cordova-hot-code-push-plugin/SocketIOClientSwift/SocketEngine.swift:488:14: error: consecutive statements on a line must be separated by ';'
guard str.characters.count != 1 else {
...
Do you support XCode 6.4? Ionic needs me to be on that version until they fix themselves for 7.0.