Closed digidhamu closed 8 years ago
When use Xcode 8 GM Swift 2.3, I am getting below 3 errors but I can correct 2 error myself. I request your advise on this.
pod entry pod 'SendGrid', :git => 'https://github.com/scottkawai/sendgrid-swift.git'
Error .../Pods/SendGrid/Sources/Classes/APIV3.swift:73:49: Value of optional type 'String?' not unwrapped; did you mean to use '!' or '?'?
.../Pods/SendGrid/Sources/Classes/APIV3.swift:45:99: '.dynamicType' is deprecated. Use 'type(of: ...)' instead
.../Pods/SendGrid/Sources/Classes/APIV3.swift:73:17: Expected 'let' in conditional
This issue can be closed as Xcode automatically provided the fix
When use Xcode 8 GM Swift 2.3, I am getting below 3 errors but I can correct 2 error myself. I request your advise on this.
pod entry pod 'SendGrid', :git => 'https://github.com/scottkawai/sendgrid-swift.git'
Error .../Pods/SendGrid/Sources/Classes/APIV3.swift:73:49: Value of optional type 'String?' not unwrapped; did you mean to use '!' or '?'?
.../Pods/SendGrid/Sources/Classes/APIV3.swift:45:99: '.dynamicType' is deprecated. Use 'type(of: ...)' instead
.../Pods/SendGrid/Sources/Classes/APIV3.swift:73:17: Expected 'let' in conditional