Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

Installation Problem with CocoaPods #39

Open efernp06 opened 8 years ago

efernp06 commented 8 years ago

I've install DownPicker using Cocoapods and when I built the project this error has appeared:

error: /Users/ernsferrari/Library/Developer/Xcode/DerivedData/Prueba-cvmgkwpczwcrzkgbqwypmbspepuv/Build/Products/Debug-iphonesimulator/DownPicker/DownPicker.bundle: No such file or directory

The version of DownPicker is 0.1.34

Thank you for your help!

nkezhaya commented 8 years ago

+1

nkezhaya commented 8 years ago

@Ernestofp94 doesn't look like he's gonna fix this. What I ended up doing is putting the "DownPicker" folder in my Supporting Files group, then adding #import "UIDownPicker.h" to my Objective-C bridging header.

dgallagher-venmo commented 8 years ago

I was running into the same issue using Cocoapods 1.0.0.beta.6. Upgrading to Cocoapods 1.0.0 fixed the problem for me.