Appcelerator-Calendar-Module icon indicating copy to clipboard operation
Appcelerator-Calendar-Module copied to clipboard

No Module Found

Open forumware opened this issue 14 years ago • 3 comments

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,

forumware avatar Mar 23 '11 01:03 forumware

Same issue. Originally tried to run from Titanium package & run, then tried running from the compiled xcodeproj. Any pointers on this?

willbuck avatar May 12 '11 00:05 willbuck

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

forumware avatar May 12 '11 04:05 forumware

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:
  • 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

MensSana avatar Aug 29 '11 20:08 MensSana