ios - Got stuck with Imebra integration -


it helpful if steps integrate imebra swift project. went through official website xcode project not getting generated. following error faced:

-- c compiler identification unknown -- cxx compiler identification unknown cmake error @ cmakelists.txt:13 (project): no cmake_c_compiler found.

cmake error @ cmakelists.txt:13 (project): no cmake_cxx_compiler found.

-- configuring incomplete, errors occurred! see "/users/xxxxx/documents/ios/artifacts/build/imebra_for_ios/cmakefiles/cmakeoutput.log". see "/users/xxxxx/documents/ios/artifacts/build/imebra_for_ios/cmakefiles/cmakeerror.log".

i want read, view , extract data dicom files in ios. there other protocols have use viewing, reading , extracting metadata of dicom file priorities.

following tech specifications:

swift = 3.0

xcode = 8.3.3

mac os = sierra, 10.12


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -