Muhammad Muizzsuddin
1 min readSep 20, 2020

--

It turns out that incorrect Apple Bundle rules comes from a static framework imported as dynamic. It causes the binary to be in AR file rather than ARM64 binary file. So, you may guess, you just need to import the framework with `apple_static_framework_imports`

--

--

No responses yet