1. If I directly open /platforms/ios/PluginSamples.xcodeproj via Xcode and build it, run it on my ios device, IT WORKS!
2. If I execute "phonegap build" in the root directory of this sample, it throws:
detecting iOS SDK environment...
using the local environment
compiling iOS...
Generating config.xml from defaults for platform "ios"
Compiling app on platform "ios" via command "/Users/Chriest/PhoneGapProject/wikitude-phonegap-samples/PluginSamples/platforms/ios/cordova/build"
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:988:11)
at Process.ChildProcess._handle.onexit (child_process.js:779:34)
3. Then I execute: "phonegap platform update ios", then "phonegap platform build ios" would be done without any error. But when I install this new build into my ios device, I cannot enter any ARWorld, when I click the link (e.g: 1.1 IMAGE ON TARGET), nothing happened!
I'm facing the deadline of a demo app, please help me!
Chriest Yu