0
votes

When running flutter build IPA, this error occurs:

Parse Issue (Xcode): Module 'survey-kit' not found ~/ios/Runner/GeneratedPluginRegistratant.m:47:8 Encountered error while archiving for device.

Where the error is located there is an @import survey-kit command: Where the error is

For some reason, it is having a problem finding survey_kit, yet the rest of the imports it can find. Here is survey_kit next to all of the other modules: survey_kit

What could be the reason for the import command not being able to find survey_kit specifically?