google-code-export / tibar

Automatically exported from code.google.com/p/tibar
1 stars 0 forks source link

Solved compilation issue #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to use the module within a Titanium Project and not having to 
reconfigure Xcode
module.xconfig needs the following line:

OTHER_LDFLAGS=$(inherited) -framework CoreVideo -framework CoreMedia -framework 
AVFoundation -framework QuartzCore -liconv

So that each time Titanium re-creates the build it adds all the required 
frameworks.

Original issue reported on code.google.com by roberto....@gmail.com on 14 Dec 2012 at 12:57