Hi, I did:
a) create new basic web app project
b) name my project, fill version #
click finish.
Tried to preview the project, I get:
Error
Corrupted Info.plist file
plist content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/DTDs/plist-1.0.dtd">
<plist version="1.0">
<dict>
<key>DisplayName</key>
<string>holaMundo</string>
<key>Identifier</key>
<string>com.holaMundo.widget</string>
<key>Version</key>
<string>1.0.0</string>
<key>AllowNetworkAccess</key>
<true/>
<key>MainHTML</key>
<string>index.html</string>
<key>MiniViewEnabled</key>
<false/>
</dict>
</plist>
I'm using version 1.2, any idea of what's going on?
Thanks in advance,
Fran.
EDIT
-----------------------------------------
After packaging web app, I'm able to start the stand alone web simulator, and run the package from there.
Not quite what I was expecting but at least can try it.

Reply With Quote





