flutter – Success run IOS App, but got failed when archive to upload in AppStore


i was build app using flutter. and i can run it on simulator, buat when i try to archive for upload to App Store via xcode i got some error, like:

…/ios/Pods/Target Support Files/sqflite/sqflite-umbrella.h:13:9
double-quoted include “SqfliteCursor.h” in framework header, expected
angle-bracketed instead

one of some error example

I was try some method, but nothing has changed, like:

  1. Change value

Change value of CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER to NO
value

  1. remove ios folder
  1. Backup Runner folder
  2. delete Ios folder (it will automatically create folder ios)
  3. then, copy Runner to ios folder
  4. run flutter create . (flutter will build some missing file)
  5. cd ios/, and then run pod install
  6. cd .., then flutter run, it will success run on simulator. but i still got same error when try to archive

Latest articles

spot_imgspot_img

Related articles

Leave a reply

Please enter your comment!
Please enter your name here

spot_imgspot_img