-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got an signal SIGABRT error when do in tutorials #858
Comments
I'm sorry. I do not set identifier in the custom cell.. |
I have the same issue. following the same video tutorial and implemented both I am using: Xcode: 10.1, JTAppleCalendar: 7.1.6, Swift: 4.2, Deployment target: iOS 12.1 Code:
I followed the view tutorial multiple times to make sure I am not missing anything. Not sure what is wrong! |
zip your sample prject, and send the zip file to me by dragging it into this chat box. |
here is the project: CalendarTest.zip |
@patchthecode any updates? Sorry I am curious to know what is the issue. |
sorry man. my bad. let me check. |
Sure @patchthecode, will create new issue next time. |
@myazdani2010 i just looked at you Podfile, and inside it you have |
Sorry, that didn't work. Thank you for your time @patchthecode |
I am not sure what the problem is then. |
Don't know why it's still the same for me. I had simulator running on iOS 12.1 and I downgrade it to iOS 12.0. Unfortunately still facing the same issue! |
did the zip file i sent you work for you? |
No, it didn't work. Thank you though |
IMPORTANT - BEFORE CREATING YOUR ISSUE PLEASE READ THE FOLLOWING:
I use an xcode 9.4.1, swift 4, jtapplecalendar 7.1.0
I just do a https://www.youtube.com/watch?v=zOphH-h-qCs tutorials and #553
this is my code.
`
import UIKit
import JTAppleCalendar
class ViewController: UIViewController {
let formatter = DateFormatter()
}
extension ViewController: JTAppleCalendarViewDataSource, JTAppleCalendarViewDelegate {
}
`
what do i wrong??
The text was updated successfully, but these errors were encountered: