2013年4月22日 星期一

[Titanium] iOS module




The official website Description teaching in more detail:
https://wiki.appcelerator.org/display/guides/iOS+Module+Development+Guide

The following only provides development experience of some specil notes:
  • After build module succeeded,  go to the path of module and unzip the zip file. Then copy modules->iphone->your mdoule   to  user->library->Application Support->Titanium->modules->iphone(here is base on MAC,library is hidden by default)
  • After modified module, you need to delete "build" floder in project before you build project
  • If you did reference C++ file, you will need to modify all the .h file who is reference C++ file to .hh
  • If reference two modules both reference the same lib may cause complie error
  • If  module's define name is different with floder name, it will not be finded when build project.
  • If Titanium dont has the lowest SDK which defined in module, will cause compile error

沒有留言:

張貼留言