ESTNearable zone property iOS SDK problem

I am trying to get ESTNearable zone property in the iOS SDK, and the compiler instead wants to use NSObject-inherited zone property, which is marked as unavailable when using ARC. So essentially, it’s impossible to use this property.

Are there any known steps to alleviate the problem? I’m using Xcode 7.1 /w EstimoteSDK 3.7.1, writing in Swift

I’ve tried adding this category to the bridging header: http://stackoverflow.com/questions/29386188/estimote-nearables/30613330#30613330 but it doesn’t work.

Ha, interesting. Let us look into that.