You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue arises when you use the 'Localization' feature within xcode on the Info.plist file.
When this feature is used the Info.plist file is duplicated and moved from App/Info.plist to App/en.lrpoj/Info.plist and App/Base.lproj and any other number of subdirectories depending on how many localised versions are being used.
For the issue to appear, a cordova plugin that has something like the following in it's plugin.xml:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Bug Report
Capacitor Version
Platform(s)
iOS
Current Behavior
When running
npx cap sync
the following errors are output:Expected Behavior
The sync tool should detect that the Info.plist files have been localised and work as it does when they have not been localised.
Code Reproduction
https://github.com/sjregan/capacitor-sync-localisation-issue
Other Technical Details
npm --version
output: 8.1.2node --version
output: v16.13.1pod --version
output (iOS issues only): 1.11.2Additional Context
This issue arises when you use the 'Localization' feature within xcode on the Info.plist file.
When this feature is used the Info.plist file is duplicated and moved from
App/Info.plist
toApp/en.lrpoj/Info.plist
andApp/Base.lproj
and any other number of subdirectories depending on how many localised versions are being used.For the issue to appear, a cordova plugin that has something like the following in it's plugin.xml:
The text was updated successfully, but these errors were encountered: