I run this command
weex platform add ios
Then added a plugin using command
weex plugin add weex-svg
Always encouter this error
Error: The provided path "/Users/rupert/Code/test/svgapp/platforms/ios/Weexplugin" is not a weexpack iOS project.
Why am I getting this Error, and how to solve this?
I don't think weex-svg is more maintainable to support newer weex enviroment. I have removed svg and started using images. Hope this will help you