Hi Team,
I tried to list the labels using the account of Office 365 private preview tenants in Mac (version details and steps listed below), but I got the following exception. Any suggestions?
dyld: Library not loaded: @rpath/AriaOsXObjC.framework/Versions/A/AriaOsXObjC
Referenced from: /Users/****/*****/MIP_SDK_Public_Preview_September_Release/mip_sdk_upe_macos_0.4.456.0/bins/debug/x86_64/libmip_upe_sdk.dylib
Reason: image not found
Abort trap: 6
Mac Version and steps followed
Mac Version : macOS High Sierra 10.13.6
I didn't find instructions for Mac in the how-to-build-and-run.txt
Here are the steps I followed:
Installed 2.7 Python via brew.
Installed libgsf via brew.
Installed openssl via brew.
Post that moved to samples directory under mip_sdk_upe_macos_0.4.456.0 and did the following in terminal
- scons --help
- scons arch=x64 configuration=debug
Moved to mip_sdk_upe_macos_0.4.456.0/bins/debug/
- ./upe_sample --username ******** --password "******" --listLabels
I'm seeing the above mentioned exception for not just upe but for also file and protection sample. Can someone help me out here?