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
Projects which have been written purely in ObjC face this issue while installing EventSource using CocoaPods.
Error Log:
[!] Unable to determine Swift version for the following pods:
IKEventSource does not specify a Swift version and none of the targets (<ProjectName>) integrating it have the SWIFT_VERSION attribute set. Please contact the author or set the SWIFT_VERSION attribute in at least one of the targets that integrate this pod.
Adding s.swift_version = 'version' in podspec will solve the issue, I guess.
The text was updated successfully, but these errors were encountered:
Projects which have been written purely in ObjC face this issue while installing EventSource using CocoaPods.
Error Log:
Adding s.swift_version = 'version' in podspec will solve the issue, I guess.
The text was updated successfully, but these errors were encountered: