-
Notifications
You must be signed in to change notification settings - Fork 23
Module gives compile time error #25
Description
When i imported module in my Titanium Project. I follow all steps that you given. Then i clear my build, uninstall app and run again. I am getting below error.
[ERROR] : 2014-06-24 17:24:12.987 xcodebuild[13037:507] [MT] PluginLoading: Required plug-in compatibility UUID A2E4D43F-41F4-4FB9-BB94-7177011C9AED 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/YEI\ Demo.app/YEI\ Demo normal i386
[ERROR] : (1 failure)
Please guide me what's wrong to import module.
I tried to import module in new project, but i am getting same error.
Thanks,
Karan