Open forumware opened 13 years ago
Same issue. Originally tried to run from Titanium package & run, then tried running from the compiled xcodeproj. Any pointers on this?
I read somewhere that the calendar module needs to be updated to be compatible with the current iOS
But till then time to learn Xcode! Yikes!
On May 11, 2011, at 8:57 PM, willbuckreply@reply.github.com wrote:
Same issue. Originally tried to run from Titanium package & run, then tried running from the compiled xcodeproj. Any pointers on this?
Reply to this email directly or view it on GitHub: https://github.com/smontgomerie/Appcelerator-Calendar-Module/issues/2#comment_1144048
Also have a problem, When I try to call calendar.show(), I get the following error : In tiapp.xml:
<modules>
<module platform="iphone" version="0.1">calendarmodule</module>
</modules>
Here is the code:
158:
159: var calendrier = Ti.Calendar.createView({ bottom: 0 });
160: calendrier.addEventListener('dateSelected', function(ev) { Ti.API.log("Calendrier cliqué :\n" + JSON.stringify(ev)); });
161:
Here is the error summary:
line = 159;
message = "Result of expression 'Ti.Calendar' [undefined] is not an object.";
Here is my setup:
Hi I've followed your steps exactly and am trying to use the calendar module but when i compile the app says no module found.
I also unzipped the calendarmodule into the modules/iphone folder but still get the error. Hope you can provide some assistance.
Thanks,