Hi everybody I'm programming a new titanium ios module for using AdColony. In AdColony guide, i need to call :
[AdColony configureWithAppID:@"appbdee68ae27024084bb334a" zoneIDs:@[@"vzf8fb4670a60e4a139d01b5"] delegate:nil logging:YES];in didFinishLaunchingWithOptions functions. But in titanium module, only startup function existing. When i placed that function in startup function and run test project test on Titanium Studio i got this error:
[ERROR] : 2013-12-05 11:45:30.959 xcodebuild[21756:707] [MT] PluginLoading: Required plug-in compatibility UUID 37B30044-... for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs [ERROR] : ** BUILD FAILED ** [ERROR] : The following build commands failed: [ERROR] : Ld build/Debug-iphonesimulator/Test.app/Test normal i386 [ERROR] : (1 failure)Please help me