You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm64ToSimLib/Transmogrifier.swift:49: Fatal error: The file is not a correct arm64 binary. Try thinning (via lipo) or unarchiving (via ar) first.
Using 13.2.1 and arm64-to-sim old version previous to #9 patch worked before. Any clues on how to solve this issue?
I've tried thinning first, but same error result:
lipo -detailed_info libGoogleAnalyticsServices.a.arm64
input file libGoogleAnalyticsServices.a.arm64 is not a fat file
Non-fat file: libGoogleAnalyticsServices.a.arm64 is architecture: arm64
Thanks!
The text was updated successfully, but these errors were encountered:
In our specific scenario, this is no longer an issue, thanks to Xcode 14.3. We're able to target the Rosetta simulator while working with these legacy libraries.
Hi, since Xcode 13.3 I cannot patch this library:
Script is failing due this fatal error:
Using 13.2.1 and
arm64-to-sim
old version previous to #9 patch worked before. Any clues on how to solve this issue?I've tried thinning first, but same error result:
Thanks!
The text was updated successfully, but these errors were encountered: