Chan Kwok Fung

Results 6 comments of Chan Kwok Fung
trafficstars

Tried to add `unit: 'minute'` and it crashed

> What do you mean? like for example, if a user actually has Google Fit (as an example) connected to Health Connect, then somehow, he actually switches off the permission...

judging from what you're saying, can i assume that there's no official way to determine the permissions from 3rd fitness party apps in Health Connect? @matinzd

> This is an issue with the Zendesk native SDKs that this library is depending on. Xcode 16 has stricter bitcode validation compared to earlier versions, that's why this is...

i've made a temporary fix by navigating to `ios/Pods/ZendeskSDKLogger/ZendeskSDKLogger.xcframework/ios-arm64` and running ``` xcrun bitcode_strip -r ZendeskSDKLogger.framework/ZendeskSDKLogger -o ZendeskSDKLogger.framework/ZendeskSDKLogger ``` feel free to correct me if there is a better solution

> > i've made a temporary fix by navigating to `ios/Pods/ZendeskSDKLogger/ZendeskSDKLogger.xcframework/ios-arm64` and running > > ``` > > xcrun bitcode_strip -r ZendeskSDKLogger.framework/ZendeskSDKLogger -o ZendeskSDKLogger.framework/ZendeskSDKLogger > > ``` > > >...