I am attempting to generate an iOS build(IPA file) for my Flutter application on Windows 10 using Code Magic. Unfortunately, I have encountered an error during the build process. Attached is a screenshot of the error. I would greatly appreciate your assistance in resolving this issue.
Error
Failed to build iOS app Error (Xcode): Build input file cannot be found: '/Users/builder/clone/ios/GoogleService-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
Encountered error while building for device.
I tried to solve using this - Where to save GoogleService-Info.plist in Flutter without Xcode? but didn't find any luck. Can you please explain the process if this has worked for you?