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

Cannot read property 'inputPaths' of undefined #1

Closed
frankus opened this issue Jul 25, 2017 · 3 comments
Closed

Cannot read property 'inputPaths' of undefined #1

frankus opened this issue Jul 25, 2017 · 3 comments

Comments

@frankus
Copy link
Contributor

frankus commented Jul 25, 2017

> 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
@frankus
Copy link
Contributor Author

frankus commented Jul 25, 2017

Cordova version is 7.0.1, node v6.11.1, npm 3.10.10, cordova ios platform version 4.4.0.

@frankus
Copy link
Contributor Author

frankus commented Jul 25, 2017

#2 should fix this.

@aabluedragon
Copy link
Owner

Thanks, merged #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants