Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown installation options: disable_input_output_paths #1448

Closed
2 of 7 tasks
JillevdW opened this issue Apr 30, 2019 · 3 comments
Closed
2 of 7 tasks

Unknown installation options: disable_input_output_paths #1448

JillevdW opened this issue Apr 30, 2019 · 3 comments

Comments

@JillevdW
Copy link

JillevdW commented Apr 30, 2019

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.

@jcesarmobile
Copy link
Member

jcesarmobile commented Apr 30, 2019

As the comment on top of that line says

Requires CocoaPods 1.6 or newer

So you have two choices, update your CocoaPods version or removing the line as you already did. But it's not a bug.

@Sampath-Lokuge
Copy link

Yes, this works for me update your CocoaPods version: Link: https://stackoverflow.com/a/39482577/1077309

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 11, 2022

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants