From: Panayotis K. <pan...@pa...> - 2011-09-15 09:24:10
|
When I try to compile iFireworks, I get this errors: /Users/teras/Works/Development/Mobile/SDK/CrossMobile/xmlvm/demo/iphone/ifireworks/dist/../build/xcode/src/app/org_xmlvm_iphone_UIApplication.m:75: error: 'XMLVM_VTABLE_IDX_org_xmlvm_iphone_UIApplicationDelegate_applicationDidBecomeActive___org_xmlvm_iphone_UIApplication' undeclared (first use in this function) /Users/teras/Works/Development/Mobile/SDK/CrossMobile/xmlvm/demo/iphone/ifireworks/dist/../build/xcode/src/app/org_xmlvm_iphone_UIApplication.m:82: error: 'XMLVM_VTABLE_IDX_org_xmlvm_iphone_UIApplicationDelegate_applicationWillResignActive___org_xmlvm_iphone_UIApplication' undeclared (first use in this function) /Users/teras/Works/Development/Mobile/SDK/CrossMobile/xmlvm/demo/iphone/ifireworks/dist/../build/xcode/src/app/org_xmlvm_iphone_UIApplication.m:89: error: 'XMLVM_VTABLE_IDX_org_xmlvm_iphone_UIApplicationDelegate_applicationWillTerminate___org_xmlvm_iphone_UIApplication' undeclared (first use in this function) /Users/teras/Works/Development/Mobile/SDK/CrossMobile/xmlvm/demo/iphone/ifireworks/dist/../build/xcode/src/app/org_xmlvm_iphone_UIApplication.m:96: error: 'XMLVM_VTABLE_IDX_org_xmlvm_iphone_UIApplicationDelegate_applicationDidReceiveMemoryWarning___org_xmlvm_iphone_UIApplication' undeclared (first use in this function) file://localhost/Users/teras/Works/Development/Mobile/SDK/CrossMobile/xmlvm/demo/iphone/ifireworks/build/xcode/src/app/org_xmlvm_iphone_UIApplication.m: error: Semantic Issue: Use of undeclared identifier 'XMLVM_VTABLE_IDX_org_xmlvm_iphone_UIApplicationDelegate_applicationDidBecomeActive___org_xmlvm_iphone_UIApplication' Any idea why? |