corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.1k stars 327 forks source link

can't run the project #52

Closed CoderYLZhang closed 7 years ago

CoderYLZhang commented 7 years ago

image

corin8823 commented 7 years ago

Please check if you installed it with cocoapods

$ cd Example
$ pod install
jonauz commented 7 years ago

Same happens to me. Xcode fails after doing install for this pod. You can close and reopen Xcode, but "Popover" class not recognised, can't find it.

corin8823 commented 7 years ago

I can't reappear... I can run this project

$ git clone git@github.com:corin8823/Popover.git
$ cd Popover/Example
$ pod --version
1.1.1
$ pod install
$ open Popover.xcworkspace
corin8823 commented 7 years ago

Closing this due to lack of response