Results 9 comments of Xin Zeng

fixed in the latest release

The latest version is compiled with Swift 4.0, you can download it through: https://github.com/TinyCrayon/TinyCrayon-iOS-SDK/wiki/Release-Notes Or run "pod update" if you are using CocoaPods.

@bingh0616 Could you take a look at this issue?

Fixed in the latest release

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?

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)?...

Thanks for reminding, it's rebuilt with Swift 4.1 now

The latest SDK already support Swift 4.0.2, could you download the latest one or run `pod update` if you are using CocoaPods

I encountered the same issue, and I solved it by saving cookieStorageManagerSSR into a `useConst` or `useState` ``` const cookieManager = useConst(cookieStorageManagerSSR(cookies)); return ( [...] ); ```