I added *.lproj folders and Localizable.strings files and building in Xcode 12 is successful when opening Package.swift
But I observed that *.lproj folders and Localizable.strings file do not get added to Xcode project file when generating such with
Building module from Xcode project file results in error
Reproduce with https://github.com/MarcoEidinger/cloud-sdk-ios-fiori/tree/xcode12 when building for iOS simulator
But I observed that *.lproj folders and Localizable.strings file do not get added to Xcode project file when generating such with
Code Block swift swift package generate-xcodeproj
Building module from Xcode project file results in error
Is this a bug or limitation?Type 'Bundle' has no member 'module'
Reproduce with https://github.com/MarcoEidinger/cloud-sdk-ios-fiori/tree/xcode12 when building for iOS simulator