JackRo commented on issue #578:
URL: https://github.com/apache/cordova-cli/issues/578#issuecomment-1095281456

   The same issue to me.
   
   I create a plugin, the plugin.xml has 3 preference variables that required 
when install this plugin. like below: 
   
   ```
   <platform name="android">
       <preference name="A_B_C"/>
   </platform>
   <platform name="ios">
       <preference name="D_E_F"/>
        <preference name="L_M_N"/>
   </platform>
   ```
   
   my environment like below: 
   
   macOS 12.3.1 Monterey
   
   cordova-cli 11.0.0
   
   i have added android platform 8.1.0 and ios platform 5.1.1 in my Cordova App 
project
   
   when install this plugin, i provide 3 variables, it success. But when remove 
this plugin, i provide 3 same variables, it failed, and show me same issue like 
below: 
   
   `Variable(s) missing: D_E_F,  L_M_N` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to