Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
I am seeing a similar error while trying to validate app before distributing. The above command returns the below output but doesn't indicate any error
find MyApplication.app -type f -print0 | xargs -0 file | grep Mach-O
MyApplication.app/Frameworks/IDMMobileSDKv2.framework/IDMMobileSDKv2: Mach-O universal binary with 2 architectures: [arm_v7:Mach-O dynamically linked shared library arm_v7
Mach-O dynamically linked shared library arm_v7] [arm64:Mach-O 64-bit dynamically linked shared library arm64
Mach-O 64-bit dynamically linked shared library arm64]
MyApplication.app/Frameworks/IDMMobileSDKv2.framework/IDMMobileSDKv2 (for architecture armv7): Mach-O dynamically linked shared library arm_v7
MyApplication.app/Frameworks/IDMMobileSDKv2.framework/IDMMobileSDKv2 (for architecture arm64): Mach-O 64-bit dynamically linked shared library arm64
MyApplication.app/MyApplication: Mach-O 64-bit executable arm64
Appreciate any help!