[
https://issues.apache.org/jira/browse/CB-12396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15838354#comment-15838354
]
Steve Gill commented on CB-12396:
---------------------------------
Just to add more info. Need to fully promisify cordova-ios create script. The
create promise from API.js in cordova-ios will return but some functions will
still be running under the hood since they aren't tied into the promise chain.
This won't cause a problem usually, but when using ios for testing purposes, if
you create an ios project, do some stuff, finish the test and delete the newly
created ios project, the tests will crash because some functions in cordova-ios
create may not have completed (Even though the promise returned successfully).
> Not everything is "promisified" in cordova-create script
> --------------------------------------------------------
>
> Key: CB-12396
> URL: https://issues.apache.org/jira/browse/CB-12396
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib, iOS
> Affects Versions: 6.4.0
> Reporter: Audrey So
>
> Not everything is "promisified" in cordova-create script.
> (This causes an issue, for example, because you cannot use "ios" as a testing
> platform when writing jasmine tests that are creating temporary directories.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]