Closed
Description
Please, provide the details below:
Which platform(s) does your issue occur on?
iOS
Please tell us how to recreate the issue in as much detail as possible.
Steps to reproduce:
- Ensure node v10 is used (
node --version
) - Run
tns debug ios
command and open the provided debug chrome dev tools url. - The following deprecation warning is shown on console:
(node:93714) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.