iOS Print SDK. Easily add print on demand functionality to your app within minutes! Print Postcards, Magnets, Photo Prints, Posters, Stickers, T-Shirts, PhotoBooks, etc.
Fixed app launch crash when using Kite-Print-SDK and TSMarkdownParser pods at the same time.
We got this error in the debug console
objc[59868]: Class TSExpressionBlockPair is implemented in both .../Frameworks/TSMarkdownParser.framework/TSMarkdownParser (0x1176d6b10) and .../Frameworks/KiteSDK.framework/KiteSDK (0x115c1ed60). One of the two will be used. Which one is undefined.
Description
Fixed app launch crash when using
Kite-Print-SDK
andTSMarkdownParser
pods at the same time.We got this error in the debug console
objc[59868]: Class TSExpressionBlockPair is implemented in both .../Frameworks/TSMarkdownParser.framework/TSMarkdownParser (0x1176d6b10) and .../Frameworks/KiteSDK.framework/KiteSDK (0x115c1ed60). One of the two will be used. Which one is undefined.