Appcelerator-Calendar-Module
Appcelerator-Calendar-Module copied to clipboard
No Module Found
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,
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, [email protected] 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:
line = 159;
message = "Result of expression 'Ti.Calendar' [undefined] is not an object.";
- OS X 10.7.1
- Titanium Studio 1.0.4.201108101535
- Titanium Mobile SDK 1.7.2
- XCode 4.1
- iOS SDK 4.3 8H7