You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/03 19:04:07 UTC

[GitHub] virtualprodigy opened a new issue #65: Edit-Config tag failing

virtualprodigy opened a new issue #65: Edit-Config tag failing 
URL: https://github.com/apache/cordova/issues/65
 
 
   It seems that the `edit-config` tag fails to find the plist property `LSApplicationQueriesSchemes`. It throws the error _**"Error: doc.find is not a function [ERROR] An error occurred while running cordova prepare ios (exit code 1)."**_ when I run `$cordova prepare ios.`  If manually edit my plist file and add the below code, my apps functions fine and I can launch the external apps. 
   
   ```
   <edit-config file="*-Info.plist" mode="merge" target="LSApplicationQueriesSchemes">
   
   <string>fbapi</string>
   
   <string>fbapi20130214</string>
   
   <string>fbapi20130410</string>
   
   <string>fbapi20130702</string>
   
   <string>fbapi20131010</string>
   
   <string>fbapi20131219</string>
   
   <string>fbapi20140410</string>
   
   <string>fbapi20140116</string>
   
   <string>fbapi20150313</string>
   
   <string>fbapi20150629</string>
   
   <string>fbapi20160328</string>
   
   <string>fbauth</string>
   
   <string>fbauth2</string>
   
   <string>fb-messenger-api20140430</string>
   
   <string>fbapi</string>
   
   <string>fb-messenger-share-api</string>
   
   <string>fbauth2</string>
   
   <string>fbshareextension</string>
   
   <string>fb-messenger-platform-20150128</string>
   
   <string>fb-messenger-platform-20150218</string>
   
   <string>fb-messenger-platform-20150305</string>
   
   <string>fb</string>
   
   <string>twitter</string>
   
   <string>linkedin</string>
   
   </edit-config>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org