Skip to content
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

App crashes when calling NSDate Collection methods #3

Open
dingua opened this issue Sep 12, 2013 · 3 comments
Open

App crashes when calling NSDate Collection methods #3

dingua opened this issue Sep 12, 2013 · 3 comments

Comments

@dingua
Copy link

dingua commented Sep 12, 2013

The application launched from XCode 5 used to crash on every NSDate collection method.
The log of crash is :"[__NSDate mn_beginningOfDay:]: unrecognized selector sent to instance"
Is it related to project integration on XCode 5?

@min
Copy link
Owner

min commented Sep 23, 2013

I don't have this issue on XCode5, is this still an issue for your?

@dingua
Copy link
Author

dingua commented Sep 23, 2013

Yes, issue doesn't exist, i still have problem of integration of your framework in my project.. but it is caused by our project configuration. I used pods for framework integration .This works when making it with a new empty project but with my working project i still have the same problem.
Do you have an idea what means this crash? Because it compiles well, but once i call any method of your framework's classes it crashes.
Thanks.

@ghost
Copy link

ghost commented Oct 3, 2013

@dingua you have to add MKCalendarView files to dedicated group of project's sources. Don't add it as a framework, just add files to project as i showed in screenshot.
2013-10-04 0 29 14

Your problem causes because MKCalendar extends NSDate object with some methods. So your project can not resolve this methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants