Igor Randjelovic

Results 459 comments of Igor Randjelovic

I believe this would be fixed by updating the ios runtime: ```sh "@nativescript/ios": "8.0.0", ``` Try upgrading that to `8.6.3`.

You may need to adjust the deployment target, however iOS 12.5.7 is quite old, and lowering the deployment target to support it in your app could cause build issues for...

@pichurichko curiously I'm not able to reproduce the issue with: ```bash ns -v 8.6.3 ✔ Up to date. ns create ns10463 --angular cd ns10463 ns run ios ``` Build Output...

> @rigor789 which iOS version did you use on the simulator\device when trying to reproduce the issue? Right, sorry I missed that part - I'll try again with 12.5.7 tomorrow...

`"@nativescript/webpack": "~4.1.0"` isn't compatible with the new `webpack.config.js` format if your project is using it (if the config is relatively short ~a few lines, it's the new config, otherwise the...

@Marooned-MB it should be working (we have tested the templates multiple times on windows & mac machines, and they have been working at the time - the issue could be...

@Marooned-MB the `--bundle` flag has been enabled by default since NS 5 I believe so no need to use it - what it does is bundle the application code using...

We have been trying to publish an update to the extension for quite a while now, but had many issues that require manual intervention from Microsoft. We've been talking to...

> **Note**: Adding `franklin` to the `evaluateDeviceNeedsSetOutputSurfaceWorkaround` makes it behave the same as the MiBox 4. https://github.com/androidx/media/blob/2fc189d6a40f116bd54da69ab9a065219f6973e7/libraries/exoplayer/src/main/java/androidx/media3/exoplayer/video/MediaCodecVideoRenderer.java#L1807-L1820