iosMath icon indicating copy to clipboard operation
iosMath copied to clipboard

Absurd behavior with CocoaPods

Open notcome opened this issue 8 years ago • 3 comments

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.

notcome avatar Mar 02 '17 05:03 notcome

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.

saagarjha avatar Mar 08 '17 02:03 saagarjha

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

kostub avatar Mar 12 '17 22:03 kostub

examples of macOS not working on OSX 10.11. but work nicely after upgrade to OSX 10.12.

does this behaviour right or not?

wingsiu avatar Apr 18 '17 03:04 wingsiu