Skip to content

tns build ios gets buggy when trying to export .IPA #5345

@CatchABus

Description

@CatchABus

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 6.7.8
  • Cross-platform modules: 6.5.10
  • Android Runtime: 6.5.1
  • iOS Runtime: 6.5.1
  • Plugin(s):

Describe the bug
In my case, I wanted to export a .IPA package using 'tns build ios --release --for-device --provision my-provision-uid-goes-here' command. However, when using --for-device (needed to export .IPA) the following error occurs:

No .ipa found in ... directory.

On the other hand, when checking that directory manually, .ipa seems to be there.
Let me also mention that build seems to be successful, but this issue causes problems in cloud builds due to its exit status.

To Reproduce
tns build ios --release --for-device --provision my-provision-uid-goes-here

Expected behavior
.IPA for devices should be exported without any issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions