filipealva / PickerView

🔸 A customizable alternative to UIPickerView in Swift.
MIT License
527 stars 92 forks source link

Build failed: "No such module 'PickerView' in ExamplePickerViewController.swift #39

Closed deyuw closed 5 years ago

deyuw commented 6 years ago

Hi Filipe, I want to use your custom picker view on an iOS app I designed. I tried to build your app (Swift 3.2, Xcode 9.1) and there was a Swift Compiler Error saying No Such Module 'PickerView' in ExamplePickerViewController.swift

screen shot 2017-12-21 at 2 54 01 pm

Sorry, I'm a bit new to iOS development and I feel like I'm not doing something right. Do you know what the problem is?

filipealva commented 5 years ago

Hi @deyuw,

I bet it have something to do with your project's configuration.

Hope you have solved it.