Closed gmhz closed 5 months ago
Ok thanks for your findings. I will tackle this issue in next release.
Hi @gmhz have you check package_rename_plus?
If iOS parts "info.plsit" file has been renamed it does not work. For example from package https://pub.dev/packages/flutter_native_splash : If you have changed the name(s) of your info.plist file(s), you can specify the filename(s) with the info_plist_files parameter. Remove only the # characters in the three lines below, do not remove any spaces: info_plist_files:
- 'ios/Runner/Info-Debug.plist'
- 'ios/Runner/Info-Release.plist'
And there could be more than 1 info.plist files
Hi @gmhz this issue is fixed. Closing this issue.
If iOS parts "info.plsit" file has been renamed it does not work. For example from package https://pub.dev/packages/flutter_native_splash : If you have changed the name(s) of your info.plist file(s), you can specify the filename(s) with the info_plist_files parameter. Remove only the # characters in the three lines below, do not remove any spaces: info_plist_files:
'ios/Runner/Info-Release.plist'
And there could be more than 1 info.plist files