Skip to content

Commit 49365e6

Browse files
Adding unsupported hot reload (#12683)
* Adding unsupported hot reload * Fix reload to restart * Apply suggestions from code review --------- Co-authored-by: Bruno Garcia <[email protected]>
1 parent d95cbf9 commit 49365e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

platform-includes/troubleshooting/dotnet.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ using SentrySession = Sentry.Session;
5050
```
5151

5252
Then `SentrySession` can be used instead of `Sentry.Session`.
53+
54+
### Visual Studio Hot Restart Incompatibility
55+
56+
Attempting to build a .NET MAUI iOS app will result in an error if you use Visual Studio Hot Restart when developing on Windows with a remote Mac:
57+
58+
> The xcframework sentry.bindings.cocoa\5.0.1\lib\net8.0-ios17.0\Sentry.Bindings.Cocoa.resources.zip has an incorrect or unknown format and cannot be processed.
59+
60+
This happens because Hot Restart does not support static iOS libraries or frameworks containing static libraries, as detailed in the [Microsoft documentation](https://learn.microsoft.com/en-us/dotnet/maui/ios/hot-restart?view=net-maui-9.0#limitations).

0 commit comments

Comments
 (0)