cordova - Phonegap Windows Phone 8 Build Error -
i'm trying deploy app windows phone 8 device, compiling phonegap's 3.0.0-0.14.4 command line tools, keep getting error message while trying build it:
phonegap local run wp8 -v [error] error occurred while building wp8 project. warning: [ --debug | --release ] not specified, defaulting debug... building cordova-wp8 project: configuration : debug directory : c:\users\robson\documents\phonegap\project\platforms\wp8 compiling solution's projects 1 @ time. enable parallel compilation, add "/m" option project -> c:\users\robson\documents\phonegap\project\platforms\wp8\bin\ debug\br.com.project.dll begin application manifest generation no changes detected. application manifest file date begin xap packaging msbuild : error : xap packaging failed. failed package file 'c:\users\robson\ documents\phonegap\project\platforms\wp8\www\.svn\entries'. not find specified file. [c:\users\robson\documents\phonegap\project\platforms\ wp8\project.csproj] error: msbuild failed create .xap when building cordova-wp8 debugging.
if open solution visual studio express windows phone, there reference ".svn" directory, doesn't exists on hard drive. explains error.
when delete reference , build on visual studio, i'm able deploy phone. if delete reference , try build phonegap's command line tools, error comes again. looks phonegap's command line tools creating broken reference ".svn" directory.
is there difference on deploying phonegap's command line tools or visual studio?
is there way solve phonegap's command line build issue?
thanks in advance.
check c:\users\robson\documents\phonegap\project\merges folder .svn folder , remove if in there. cheers
Comments
Post a Comment