When I am trying to resign the unsigned IPA file, I am facing below issue while running below fastlane command. I am also using "CFBundleDisplayName" key and string in info.plist file Command: fastlane sigh resign <ipa-filename.ipa> --signing_identity --provisioning_profile
Error: 15:43:12 Print: Entry, ":CFBundleDisplayName", Does Not Exist 15:43:12 cp: _floatsignTemp/Payload/<app_name>.app/embedded.mobileprovision: No such file or directory 15:43:12 _floatsignTemp/Payload/<app_name>.app: replacing existing signature 15:43:12 _floatsignTemp/Payload/<app_name>.app: errSecInternalComponent 15:43:12 Encountered an error, aborting! 15:43:12 15:43:12 [15:43:12]: Something went wrong while code signing <ipa_file_name>.ipa 15:43:12 [2022-02-06T21:43:12.218Z] [!] Failed to re-sign .ipa
Can anyone please let me know what exactly I am missing ?