bitcode bundle could not be generated because

I finally solved this.This error happened because of me . I develop my iOS application with flutter, so if you develop your iOS app in Flutter firstly you must build with flutter not Xcode

flutter clean
flutter build ios

then go

Xcode -> Product -> Destination -> Any iOS Device

Xcode-> Product -> Scheme -> choose scheme -> Runner

Xcode-> Product -> Archive

or

flutter clean
flutter build ipa 

then

Xcode-> Product -> Archive


That happened to me too. Xcode 11, Flutter. I tried deleting the App on Simulator still did not work.

  1. Open project folder
  2. Go to ios file
  3. Go to Runner Folder
  4. Right click on "Launch Screen.storyboard"
  5. Open with Xcode.