You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCode build fails showing errors in Plugins/com.telerik.plugins.healthkit/HealthKit.m file.
The issue is stable on my environment, reproduces on every build.
Obviously, the __block HealthKit *dp = self; line should not be there. It's absent in the HealthKit.m from plugin sources. I'm not sure how it gets added, probably Cordova makes some internal code transformations.
XCode build fails showing errors in
Plugins/com.telerik.plugins.healthkit/HealthKit.m
file.The issue is stable on my environment, reproduces on every build.
[email protected]
works just fine.Here's the snippet with the error:
Obviously, the
__block HealthKit *dp = self;
line should not be there. It's absent in theHealthKit.m
from plugin sources. I'm not sure how it gets added, probably Cordova makes some internal code transformations.The text was updated successfully, but these errors were encountered: