mirror of
https://github.com/flutter/flutter.git
synced 2026-02-06 11:48:36 +08:00
Support for thinning app frameworks to the target architecture was added in 708909fc6b4a6f50d024c0d36843883284001219. This commit adds support and error-checking for non-fat frameworks that are not of the target architecture. In such cases, we now fail the build, and emit an error message and the contents of lipo -info for the affected framework.