You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 theios/App
directory and removing, :disable_input_output_paths => true
from the file (line 7).Affected platform
OS of the development machine
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:
npx cap add ios
)npx cap sync
)Both of these last steps should show the error I highlight here.
Now to reproduce the fix:
ios/App
directory. Remove the following line:, :disable_input_output_paths => true
.npx cap sync
)You should now see the sync complete successfully.
The text was updated successfully, but these errors were encountered: