[
https://issues.apache.org/jira/browse/CB-12190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shazron Abdullah updated CB-12190:
----------------------------------
Description:
When running tests, and a device is connected, the create and build tests fail.
Repro:
{code}
npm install && npm test
{code}
This is because when a device is connected, it also tried to build for it, when
it should only build for the Simulator. In Xcode 8, it requires the
--developmentTeam flag value when building for a device.
Fix:
Use the {code}--emulator{code} flag when building.
Workaround:
Disconnect your device when testing.
was:
When running tests, and a device is connected, the create and build tests fail.
Repro:
{code}
npm install && npm test
{code}
This is because when a device is connected, it also tried to build for it, when
it should only build for the Simulator.
Fix:
Use the {code}--emulator{code} flag when building.
Workaround:
Disconnect your device when testing.
> create and build tests fail when a device is connected
> ------------------------------------------------------
>
> Key: CB-12190
> URL: https://issues.apache.org/jira/browse/CB-12190
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Environment: iOS 10, Xcode 8, macOS Sierra
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
>
> When running tests, and a device is connected, the create and build tests
> fail.
> Repro:
> {code}
> npm install && npm test
> {code}
> This is because when a device is connected, it also tried to build for it,
> when it should only build for the Simulator. In Xcode 8, it requires the
> --developmentTeam flag value when building for a device.
> Fix:
> Use the {code}--emulator{code} flag when building.
> Workaround:
> Disconnect your device when testing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]