-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Extension project deploys on iOS simulator instead of MAUI Hybrid Blazor project #548
Comments
Same problem with plain dotnet Maui project with iOS App extension. |
Any updates or known workarounds? still an issue, a partial workaround is to exclude extensions from the main project |
Just as an update after some investigation, iOS Extensions for VS Code is not fully supported, so we need to convert this into a feature request. We'll work on it and provide updates when the support is ready. Thanks for your help and patience. |
Same for me |
Same issue here. We have a single project .NET MAUI app targeting iOS & Android, with an App Extension project for notifications. Every time we start new debug session, it deploys and installs the Notification Extension project instead of the actual iOS project. We're evaluating the VSCode extension now that it is GA and is a show stopper for us. Don't think this is a feature request, it's a bug as the VSCode extension is the official replacement for VS for Mac, and this worked fine on VS for Mac. |
Non Blazor Maui repro project: https://github.com/b12kab/vc_ios_exception_exception |
This is now fixed in the latest prerelease version of the .NET MAUI extension for VS Code (v1.8.5). Just to clarify, .NET iOS extension projects are still not supported from the tooling, but now referencing those from a .NET iOS/MAUI app project, won't interfere with deploying/debugging the app. |
Type: Bug
Describe the issue
I can not find the way to run MAUI project when solution contains IOS Extension project (verified with Notification Content Extension and Notification Service Extension). When you try to start debug, the IOS Extension project is deployed on the simulator (meanwhile you can notice that "dotnet build" command runs with correct MAUI hybrid blazor project in arguments).
Steps to reproduce
Project sample, which have such issue and covers first 3 steps: https://github.com/vitalbit/IOSNotificationExtensionSample
Expected behavior
MAUI hybrid blazor project is deployed on iOS simulator, not iOS Extension project.
Extension version: 0.3.22
VS Code version: Code 1.82.2 (Universal) (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d, 2023-09-14T05:59:47.790Z)
OS version: Darwin x64 22.6.0
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: