Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Third-party-module (Calendar) module not found

hi folks,

i just added the calendar-module (https://github.com/smontgomerie/Appcelerator-Calendar-Module) but compiling the app crashs with an error:

[ERROR] Third-party module: calendarmodule/0.1 detected in tiapp.xml but not found at /Library/Application Support/Titanium/modules/iphone/calendarmodule/0.1

i copied the zip-file at

Library/Application Supprt/Titanium/

i expand the zip-file myself, so the url exists - so what is the problem?

cheers

— asked November 19th 2010 by dev 1605
  • calendar
  • event
  • kit
  • module
0 Comments

8 Answers

  • Can I ask how you are getting along with this control? I wanted to make use of the device calendar but that doesn't appear to be an option so this may be useful

    — answered November 24th 2010 by andy lovegrove
    permalink
    0 Comments
  • I have the same error!
    What is the problem?

    — answered December 27th 2010 by matteo annibali
    permalink
    0 Comments
  • i just toke this one here : https://appcelerator.lighthouseapp.com/projects/32238/tickets/1408-iads-related-linking-failure-when-building-an-app-with-a-custom-titanium-extension-module#ticket-1408-11

    there you find an example and the module itself. i modified it for my purposes. you also need to have a look at the exact path. there are to "library"-folders: ~/Library and /Library
    one in the home-directory and one in the root.

    — answered December 28th 2010 by dev 1605
    permalink
    0 Comments
  • can you resolve this problem i dont know how can configure the /Library or ~/Library

    — answered February 1st 2012 by Jose Aguirre
    permalink
    0 Comments
  • Did you add the library entry also in the file tiapp.xml:

    <modules>
      <module version="xxx">calendarmodule</module>
    </modules>
    

    All the details can be found in the README.

    — answered February 29th 2012 by Tjeerd Verhagen
    permalink
    0 Comments
  • What you are looking for is exactly provided by the saqCal module (EventKit iOS Calendar for iPhone/iPad) on Marketplace - 20% off in September:

    https://marketplace.appcelerator.com/apps/819

    — answered September 21st 2011 by Saqib Dareshani
    permalink
    2 Comments
    • Looks like a great calendar, but it doesn't seem relevant to promote that in this post. Not only that, but i'm really annoyed that it is a monthly price for a plugin like that. I could understand if it is a plugin with cloud functionality, ya know something with an ongoing cost for the developer, but for a calendar plugin it should be a buy once type of module.

      — commented February 27th 2012 by Christopher Carranza
    • Chris,

      Please note that you only pay monthly until your app is under development. So if it takes only one month to develop your app you will pay only once. BTW cloud functionality is being looked into as our company (in addition to our clients) have that requirement as well.

      — commented February 27th 2012 by Saqib Dareshani
  • since it's the f*ing problem with ~/Library and /Library i fixed it myself

    — answered November 19th 2010 by dev 1605
    permalink
    0 Comments
  • since it's the f*ing problem with ~/Library and /Library i fixed it myself

    — answered November 19th 2010 by dev 1605
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.