jamesmontemagno/ConnectivityPlugin

The error Xamarin.iOS10/Plugin.Connectivity.dll is not valid and was ignored

sadysadeesh opened this issue · 0 comments

The Warning MT0178: Debugging symbol file for '/Users/mac/.nuget/packages/xam.plugin.connectivity/3.2.0/lib/Xamarin.iOS10/Plugin.Connectivity.dll' is not valid and was ignored. (MT0178) (TTApp.iOS)

1.While running the application in iOS device we are getting the above warnings.
2.We tried to update the .nuget package but still facing the same warnings


Version Information 1

We are using Visual studio .net for developing the Xamarin.iOS application in mac system.

Version Number of Plugin:xam.plugin.connectivity 3.2.0
Device Tested On:iPhone 14
Simulator Tested On:
Version of VS: 17.5.2
iOS: Xcode 14.2
Version of Xamarin:Xamarin.iOS 16.2.0.5
Versions of other things you are using:Mac os monterey version 12.6


Version Information 2

VisualStudio:17.3.6
Xcode14
Xamarin.iOS:16.0.0.72

Steps to reproduce the Behavior

1.During iOS build, is the warnings occurring
2.While running the application in iOS device we are getting the warnings.
"Xamarin.iOS10/Plugin.Connectivity.dll is not valid and was ignored"

Expected Behavior

Warning should not occur or if the warning is occurring due to that any impact?

Actual Behavior

Warning is occurring

Code snippet

/Users/mac/Documents/GIT/TT_App/TTApp/AppCode/TTApp.iOS/MTOUCH: 
Warning MT0178: Debugging symbol file for '/Users/mac/.nuget/packages/xam.plugin.connectivity/3.2.0/lib/Xamarin.iOS10/Plugin.Connectivity.dll' is not valid and was ignored. (MT0178) (TTApp.iOS).

Screenshots

Screenshot 2023-03-17 at 1 52 00 PM

Steps that we tried to resolve but still we are facing the warning:

Update the Xamarin.iOS NuGet package:
• Right-click on the Xamarin.iOS project in the Solution Explorer and select "Manage NuGet Packages"
• Click on the "Updates" tab and check if there is an update available for Xamarin.iOS
• If an update is available, install it and see if the issue is resolved.

Clean and Rebuild the Solution:
• Right-click on the solution in the Solution Explorer and select "Clean Solution"
• Once the clean is complete, right-click on the solution again and select "Rebuild Solution"
• Check if the issue is resolved after the rebuild.

Is there any problem due to the warnings?

Thank You in advance for your support.