admin管理员组

文章数量:1401798

I have an Flutter app using a native 3rd party framework from my customer. This framework only support arm64. (lipo -info: Non-fat file: *SDK is architecture: arm64). Everything work great when build to device but after archive project and validate for upload to Appstore I face error like this:

  • I haved try everything to config build setting for this but none of those work
  • Here is Build setting for me right now

Project have some Pods framework cause of flutter package too. How can I fix this?

本文标签: iosIssue architecture validate flutter app to Appstore when integrate native frameworksStack Overflow