phonegap / phonegap-app-conference-memories

A PhoneGap example app using Framework7 and the Adobe CreativeSDK.
0 stars 4 forks source link

Trouble building the repo #3

Open timkim opened 7 years ago

timkim commented 7 years ago

The instructions to build the repo seems to be out of date?

Run the iOS setup script npm run setup There doesn't seem to be a setup command in the scripts part in package.json.

I noticed that /scripts/setupiOS.js script so I ran that but got this error:

$ node ./scripts/setupiOS.js 
Install CSDK plugins

Fetching plugin "phonegap-plugin-csdk-client-auth@~1.0.2" via npm
Saved plugin info for "phonegap-plugin-csdk-client-auth" to config.xml
Fetching plugin "phonegap-plugin-csdk-image-editor@~1.0.0" via npm
Saved plugin info for "phonegap-plugin-csdk-image-editor" to config.xml
Fetching plugin "phonegap-plugin-csdk-user-auth@~1.0.0" via npm
Saved plugin info for "phonegap-plugin-csdk-user-auth" to config.xml
Fetching plugin "phonegap-plugin-csdk-send-to-desktop@~1.0.1" via npm
Saved plugin info for "phonegap-plugin-csdk-send-to-desktop" to config.xml

...

Add iOS platform
Adding ios project...
iOS project created with cordova-ios@4.1.1
Installing "phonegap-plugin-csdk-client-auth" for ios

Error during processing of action! Attempting to revert...

Failed to install 'phonegap-plugin-csdk-client-auth':Error
macdonst commented 7 years ago

@timkim thanks, when I migrated over from the private repo I missed some docs. I will correct.