We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
> cordova create hello com.example.hello HelloWorld Creating a new cordova project. > cd hello > cordova plugin add https://github.com/aabluedragon/zcordova-plugin-archtrim.git --nofetch Fetching plugin "https://github.com/aabluedragon/zcordova-plugin-archtrim.git" via git clone Repository "https://github.com/aabluedragon/zcordova-plugin-archtrim.git" checked out to git ref "master". Adding zcordova-plugin-archtrim to package.json Saved plugin info for "zcordova-plugin-archtrim" to config.xml > npm install xcode [email protected] /Users/frank/Projects/cordova-test/hello └─┬ [email protected] ├── [email protected] ├─┬ [email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ ├─┬ [email protected] │ │ └── [email protected] │ └─┬ [email protected] │ ├── [email protected] │ ├── [email protected] │ └── [email protected] └── [email protected] npm WARN [email protected] No repository field. > cordova platform add ios Using cordova-fetch for cordova-ios@~4.4.0 Adding ios project... Creating Cordova project for the iOS platform: Path: platforms/ios Package: com.example.hello Name: HelloWorld iOS project created with [email protected] Installing "zcordova-plugin-archtrim" for ios Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the project Installing "cordova-plugin-whitelist" for ios Adding cordova-plugin-whitelist to package.json Saved plugin info for "cordova-plugin-whitelist" to config.xml --save flag or autosave detected Saving ios@~4.4.0 into config.xml file ... Error: Cannot read property 'inputPaths' of undefined
The text was updated successfully, but these errors were encountered:
Cordova version is 7.0.1, node v6.11.1, npm 3.10.10, cordova ios platform version 4.4.0.
Sorry, something went wrong.
#2 should fix this.
Thanks, merged #2
No branches or pull requests
The text was updated successfully, but these errors were encountered: