Getting error with M1 Chip but its working with Intel Chip XCode

He are trying to integrated SDK into iOS application but we when we tried to run sample application on M1 Chip with XCode 14.1 we got error even this is working with Intel Chip, XCode 13.4.1

Scenario 1 : Intel Chip, XCode 13.4.1 ID-Pal SDK 3.5.1 - Working fine

Scenario 2 : M1 Chip, XCode 13.4.1, ID-Pal SDK 3.5.1 - Not Working (getting error)

Scenario 5 : M1 Chip, XCode 14.1, ID-Pal SDK 3.5.1 - Not Working (getting error)

IdPal urls : https://www.id-pal.com/solutions/

Appreciate your support in advance.

trying to integrated SDK into iOS application

This is an SDK from another third-party developer, right? In that case I recommend that you raise this issue with their support channel.

FYI, if the SDK is being distributed in binary form, we strongly recommend that they use an XCFramework. Problems like the one you’ve described are commonly caused by folks trying to ship a universal binary that contains code for different platforms. That’s not something that Apple supports.

For more info about XCFrameworks, see Creating a multiplatform binary framework bundle. For general info on Apple’s rather unique library situation, see An Apple Library Primer.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thanks for feedback. Appreciate your support !!!

Getting error with M1 Chip but its working with Intel Chip XCode
 
 
Q