You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/05 11:58:46 UTC

[GitHub] [cordova-common] EvelinJK edited a comment on issue #144: config-file is merged into wrong *-Info.plist when other plugin has podsec.

EvelinJK edited a comment on issue #144:
URL: https://github.com/apache/cordova-common/issues/144#issuecomment-639436792


   This should theoretically have been fixed with version `4.0.0`, released on March 26th, 2020.
   See "GH-124" here: https://cordova.apache.org/announcements/2020/03/30/cordova-common-release-4.0.0.html
   
   It only happens if you use CocoaPods version greater 1.6.
   
   When the target is specified as `*-Info.plist` and your app name starts with a letter that comes after "P", it will find the wrong .plist file and write into that instead of the correct one. That's because there's also a  "YourProjectName-Info.plist" in the "Pods" folder, which will be found first in this case.
   
   Also see the issue where the bug was originally identified: https://github.com/apache/cordova-common/issues/88 
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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