我想將ActionSheetPicker手動添加到我的項目中。而當添加文件夾時,我得到linker command failed with exit code 1 (use -v to see invocation)錯誤。刪除ActionSheetPicker文件夾後,我的項目建立得很好。請幫助。 (我正在使用Xcode 8.1)
嗨我想使用ActionSheetPicker讓用戶選擇一個提醒的時間,但我得到了標題中描述的錯誤。這是我的代碼: SelectTime(sender: validCell) // called when tapping a date
// Time Picker
func SelectTime(sender: UIView){
//let timePicker = ActionSh