SarcasticNoodle / device_id

MIT License
14 stars 20 forks source link

'device_id` does not specify a Swift version #9

Closed thethirdtomas closed 5 years ago

thethirdtomas commented 5 years ago

device_id does not specify a Swift version and none of the targets (Runner) 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.

amrud commented 5 years ago

still getting same error

jonsamwell commented 5 years ago

@amrud Add the following line to the top of your podfile

ENV['SWIFT_VERSION'] = '4.2'