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
what is the reason for this script? version 6.52
"scripts": { "postinstall": "rm -rf ./framework/PushIOManager.framework && cp -Rf ../../../ios/framework/PushIOManager.framework ./framework/ || { exit 1 && \n\n\n Error ==> PushIOManager.framework not found. Please copy the PushIOManager.framework to YOUR_APP_DIR/ios/framework/ and install package again. Follow README.md Installation instructions.<=== \n\n\n}" },
On mac everything ok, but on windows there is no rm -rf command
The text was updated successfully, but these errors were encountered:
up
Sorry, something went wrong.
@neerhaj
The same error for me, on linux and mac works, but don't in windows. Any updated about this ?
@alissonmarqui não cara, temos um fork no projeto e removemos o script do packjson.
No branches or pull requests
what is the reason for this script? version 6.52
"scripts": {
"postinstall": "rm -rf ./framework/PushIOManager.framework && cp -Rf ../../../ios/framework/PushIOManager.framework ./framework/ || { exit 1 && \n\n\n Error ==> PushIOManager.framework not found. Please copy the PushIOManager.framework to YOUR_APP_DIR/ios/framework/ and install package again. Follow README.md Installation instructions.<=== \n\n\n}"
},
On mac everything ok, but on windows there is no rm -rf command
The text was updated successfully, but these errors were encountered: