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
I was try some method, but nothing has changed, like:
- Change value
Change value of CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER to NO
- remove ios folder
- Backup Runner folder
- delete Ios folder (it will automatically create folder ios)
- then, copy Runner to ios folder
- run flutter create . (flutter will build some missing file)
- cd ios/, and then run pod install
- cd .., then flutter run, it will success run on simulator. but i still got same error when try to archive






