Hi!
We try to update to latest version of Helpshift SDK (10.4.1). But have an error when try build throw xcodebuild:
Xcode 16.2
MacOS with Intel processor
[14:54:57] Failed to find an exact match for an object file with cpu type: 16777223 and cpu subtype: 3.
[14:54:57] /.xcarchive/dSYMs/HelpshiftX.framework.dSYM/Contents/Resources/DWARF/HelpshiftX: object file contains more than one architecture, none of which match the current architecture; specify an architecture explicitly with '-a ARCH' to resolve the ambiguity
I found out cputype 16777223 means “x86 64”, that means architecture in fat bin for phonesos, didn't contain supported arch for intel macOS.
Could you helps with that ?
P.S. We using SDK version 10.3.1 - and it's building without error, only when trying to update to 10.4.*
Hi!
We try to update to latest version of Helpshift SDK (10.4.1). But have an error when try build throw xcodebuild:
Xcode 16.2
MacOS with Intel processor
I found out cputype 16777223 means “x86 64”, that means architecture in fat bin for phonesos, didn't contain supported arch for intel macOS.
Could you helps with that ?
P.S. We using SDK version 10.3.1 - and it's building without error, only when trying to update to 10.4.*