Open darrarski opened 3 years ago
The same issue occurs on the SurveyMonkey iOS SDK.
@ryanbooker have you managed to find a solution for making the SurveyMonkey iOS SDK work on M1? I've ran into the exact same issue and other than conditionally linking the SDK for only device archs, I've ran out of ideas.
have you managed to find a solution for making the SurveyMonkey iOS SDK work on M1? I've ran into the exact same issue and other than conditionally linking the SDK for only device archs, I've ran out of ideas.
@davidpasztor I have to run Xcode under Rosetta. SurveyMonkey have abandoned their SDK. In the last response I got from them they said they have no plans to update it.
Was afraid you'd say that :( I was hoping someone actually managed to get the device SDK working on the M1 simulator for SurveyMonkey as well, but it seems to be a lost cause. Thanks for the info though!
As reported by @anfriis in an issue to
xcframework-maker
, thearm64-to-sim
does not work with LoginWithAmazon iOS framework.I checked the origin implementation of this fork, but it can't "hack" the
LoginWithAmazon
binary as well.The problem occurs when reading the header data of the binary. None of the following checks passes, and the error is thrown:
I am not sure how to address the issue at the moment.