Skip to content

Unknown installation options: disable_input_output_paths #1448

Description

@JillevdW

Description of the problem:
When trying to build a newly generated ionic capacitor project I am faced with the error [error] Error running update: [!] Unknown installation options: disable_input_output_paths.. This issue can be fixed by finding the Podfile in the ios/App directory and removing , :disable_input_output_paths => true from the file (line 7).

Affected platform

  • Android
  • iOS
  • electron
  • web

OS of the development machine

  • Windows
  • macOS
  • linux

Other information:

Capacitor version: 1.0.0-beta.22

node version: 8.9.4

npm version: 6.5.0

CocoaPods version: 1.5.3

Steps to reproduce:

  • Create new ionic capacitor app
  • Add the iOS platform (npx cap add ios)
  • Sync the project (npx cap sync)

Both of these last steps should show the error I highlight here.
Now to reproduce the fix:

  • Find the Podfile in the ios/App directory. Remove the following line: , :disable_input_output_paths => true.
  • Sync the project again (npx cap sync)

You should now see the sync complete successfully.

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