Module 'backendless_sdk' not found

I use flutter sdk and went through all process for deploying iOS App. when I want to archive it it get an error tells: Module ‘backendless_sdk’ not found.

What should I do?

Hello,

What does your pod file look like?

Mark

I ran flutter pub get several times, and it works fine in stimulator and build just ok!

like this!

Could you please clarify what you meant when you said?:

I just need more detailed steps to reproduce the problem.
Also, what version of the Backendless flutter plugin are you using?

Mark

under product/archive I think it will add it to app store. I use version 1.1.8.

Finally, create a build archive and upload it to App Store Connect:

  1. Select Product > Archive to produce a build archive.
  2. In the sidebar of the Xcode Organizer window, select your iOS app, then select the build archive you just produced.
  3. Click the Validate App button. If any issues are reported, address them and produce another build. You can reuse the same build ID until you upload an archive.
  4. After the archive has been successfully validated, click Distribute App . You can follow the status of your build in the Activities tab of your app’s details page on App Store Connect.

@Maksym_Khobotin, any ideas why it results in an error?

Hello @Ehsan_Nikaeen,
Maybe this topic could be useful https://github.com/flutter/flutter/issues/47394?

Regards,
Olha