TinyCrayon / TinyCrayon-iOS-SDK

A smart and easy-to-use image masking and cutout SDK for mobile apps.
https://www.tinycrayon.com
MIT License
1.83k stars 155 forks source link

When i Install Pod After 4 Error #19

Open meetleway opened 7 years ago

meetleway commented 7 years ago

No visible @interface for 'TCMaskView' declares No visible @interface for 'TCMaskView' declares the selector initWithlmagee Properly 'delegate' not found on object of type .TOMaskView No Visible @interface for 'TCMaskView' declares the selector .presentFromfloohnewCantrolleranimated

zengxinzhy commented 7 years ago

Hi @meetleway ,this objective-C issue introduced by Swift 4.0 is just fixed in the latest SDK version, could you run pod update and try again?

meetleway commented 7 years ago

@zengxinzhy i have update pod. i code in objective c. i also download Latest sdk 3.1.

zengxinzhy commented 7 years ago

Hi @meetleway

I just tried the objective-c examples in my machine and it worked well, could you double check the SDK version to see whether it is the latest (3.1.1)?

If pod update does not work, you can just download the .zip file and replace TCMask.framework and TCCore.framework in your "projectRoot/pods/TinyCrayon" directory.

image