Hello, I know that we can call the run script incore_macho for fingerprint check from an iOS application. I want ton know whether it is possible to call it from a dynamic library (dylib). Its not very common to build a dylib in iOS but we do have one.
When I try to call incore_macho from our dylib, here is the error I get: /Users/taranivishwanatha/Library/Developer/Xcode/DerivedData/Wrapper-gkgsrqfjsdhkfjgfxgyptdzjuiay/Build/Products/Release-iphoneos/CitrixDylib.dylibis not a mach-o executable file (filetype 6 should be 2) /Users/taranivishwanatha/Library/Developer/Xcode/DerivedData/Wrapper-gkgsrqfjsdhkfjgfxgyptdzjuiay/Build/Products/Release-iphoneos/CitrixDylib.dylibis not a mach-o executable file (filetype 6 should be 2) Command /bin/sh failed with exit code 1 Thanks, Tarani