Absurd behavior with CocoaPods
Disclaimer: I am not particularly familiar with CocoaPods.
When I downloaded the project and tried to build the example app (after running pod install), Xcode complained that it could not find iOSMath-iOS9.0.a. I checked the product directory, in which there was only a iOSMath.a. I modified the iOSMath.podspec and set s.requires_arc = false, the complain was gone as expected, but then Xcode complained that it could not find the bundle for math font. I manually copied it to circumvent this though.
My question is, is there anything wrong about my CocoaPods’ usage? I installed it from Homebrew, called the set up, and then just pod install. It seems clean to me.
Thanks.
I believe I had the same issue when I first added iosMath as a pod, so it's not just you! I'll take a look into CocoaPods and see if I can get the font bundle copied automatically when I have time.
Instead of downloading the project try cloning it. Downloading seems to mess it up in someway that I'm not sure why.
Follow the instructions on: https://github.com/kostub/iosMath/issues/38
examples of macOS not working on OSX 10.11. but work nicely after upgrade to OSX 10.12.
does this behaviour right or not?