kostub / iosMath

Beautiful math equation rendering on iOS and MacOS
MIT License
1.37k stars 234 forks source link

Update example #37

Closed AlexBlack559 closed 7 years ago

AlexBlack559 commented 7 years ago

Please update an example project for Xcode 8.2. There are several errors like:

"Failed to load designable from path (null)"

and

"clang: error: no such file or directory: 'my_path_here/iosMath/iosMath/lib/MTUnicode.m'"

kostub commented 7 years ago

Sample works with Xcode 8.2. Did you run pod install?

AlexBlack559 commented 7 years ago

@kostub Of course. It seems i found the problem source. I Just downloaded zip instead of cloning the project from git. And linker was searching for a wrong directory. Sorry for inconvenience. It usually works as is.