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
Following the deployment doc I get the following error after running ionic state reset
ionic state reset
cordova plugin add https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#83404e43b761b8bf9d59ac5337df5d0f53a61be4 /Users/kylebowerman/.nvm/versions/node/v5.1.0/lib/node_modules/ionic/node_modules/ionic-app-lib/lib/state.js:543 throw 'Error executing "' + pluginCommand + '":\n' + output; ^ Error executing "cordova plugin add https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#83404e43b761b8bf9d59ac5337df5d0f53a61be4 ": Fetching plugin "https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin" via git clone Repository "https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin" checked out to git ref "83404e43b761b8bf9d59ac5337df5d0f53a61be4". ... However it seems to still install. However I get the robot head then the white screen. If I turn on console when I run it (```ionic run ios -target="iPad-Air" -l -c```) I get ```module com.salesforce.plugin.oauth not found, http://192.168.11.43:8100/cordova.js, Line: 59
the fix seems to be to re install the sdk with the follwoing ionic wrapper command
ionic plugin add https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin.git
The text was updated successfully, but these errors were encountered:
notes related to #1
010c2d0
updated readme with details for #1
f0adf29
No branches or pull requests
Following the deployment doc I get the following error after running
ionic state reset
the fix seems to be to re install the sdk with the follwoing ionic wrapper command
The text was updated successfully, but these errors were encountered: