You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/01/31 02:46:09 UTC

[jira] [Resolved] (CB-5935) Deviceready Event Does Not Fire with PhoneGap/Cordova 3.3.0, iOS 7 Simulator

     [ https://issues.apache.org/jira/browse/CB-5935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-5935.
----------------------------------

    Resolution: Not A Problem

If you create a project using the CLI, you have to use the CLI to "prepare" the platforms using "cordova prepare" if you have to go to Xcode. If you don't plan to use the CLI for everything you will have to use the "bin/create" script in cordova-ios and plugman to install your plugins.

If after step 4 you did "cordova emulate ios", it will work, since it implicitly calls "cordova prepare". 


> Deviceready Event Does Not Fire with PhoneGap/Cordova 3.3.0, iOS 7 Simulator
> ----------------------------------------------------------------------------
>
>                 Key: CB-5935
>                 URL: https://issues.apache.org/jira/browse/CB-5935
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.3.0
>            Reporter: Ernst de Haan
>              Labels: core
>         Attachments: Screenshot 2014-01-29 14.33.11.png, Screenshot 2014-01-29 14.36.13.png
>
>
> Prerequisites:
> # Use Mac with OS X 10.9.1
> # Use Xcode 5.0.2
> Steps to reproduce:
> # {{sudo npm install -g phonegap}} (installs Phonegap)
> # {{sudo npm install -g cordova@3.3.0-0.1.1}} (picked same version as PhoneGap uses)
> # {{phonegap create foodscan nl.seriousrooster.foodscan FoodScan}}
> # {{cordova platform add ios}}
> # Open the _FoodScan_ Xcode project in Xcode.
> # Hit the triangular run button to start the simulator
> Expected results:
> # Build succeeds.
> # Simulator starts.
> # PhoneGap start page shows.
> # Device ready message is displayed very quickly.
> Actual results:
> # (/) Build succeeds.
> # (/) Simulator starts.
> # (/) PhoneGap start page shows.
> # (x) Message “Connecting to device” keeps flashing.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)