onmyway133 / Smile

:smile: Emoji in Swift
https://onmyway133.com/apps/
Other
519 stars 45 forks source link

Demo support new Xcode #14

Closed ykws closed 5 years ago

ykws commented 5 years ago

We need to upgrade demo Swift version, because new Xcode does not support the lower Swift version.

$ cd Example/SmileDemo/
$ pod install
Analyzing dependencies
Fetching podspec for `Smile` from `../../`
Downloading dependencies
Installing Smile (1.3.1)
[!] Unable to determine Swift version for the following pods:

- `Smile` does not specify a Swift version and none of the targets (`SmileDemo`) 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.
onmyway133 commented 5 years ago

@ykws Hi, I will update this

onmyway133 commented 5 years ago

@ykws Hi, I updated and pushed new version to CocoaPods, can you check https://github.com/onmyway133/Smile/releases/tag/2.0.0 ?

ykws commented 5 years ago

@onmyway133 Thanks, I check new version, but still the same issue. I see update new version.

$ pod install
Analyzing dependencies
Fetching podspec for `Smile` from `../../`
Downloading dependencies
Installing Smile (2.0.0)
[!] Unable to determine Swift version for the following pods:

- `Smile` does not specify a Swift version and none of the targets (`SmileDemo`) 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.
ykws commented 5 years ago

@onmyway133 Sorry, I just noticed ViewController is empty in Demo, so not support demo, no problem, thanks.

onmyway133 commented 5 years ago

@ykws Hi, glad you solved it. There are no demos for now, but the test folder contains lots of examples