redth-org / BTProgressHUD

Port to Xamarin.iOS of the SVProgressHUD
Other
118 stars 64 forks source link

reviving old xmaring project; type BTProgressHUD exists in Acr.UserDialogs #81

Closed Nathan187 closed 4 years ago

Nathan187 commented 4 years ago

🐛 Bug Report

(thanks in advance for any help) Trying to revive an older application that was compiling in the past. The application no longer complies..specifically the iOS project

Expected behavior

application should compile and run

Reproduction steps

no steps to reproduce. errors is: /Users/n/Desktop/Source Code/eP2/mobile/iOS/Renderers/Page/BasePageRenderer.cs(17,17): Error CS0433: The type 'BTProgressHUD' exists in both 'Acr.UserDialogs, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'BTProgressHUD, Version=1.3.2.0, Culture=neutral, PublicKeyToken=null' (CS0433)

Configuration

Version: 1.x

Acr.UserDialogs (6.3.1) BTProgressHUD (1.3.2)

offending code: BTProgressHUD.ForceiOS6LookAndFeel = true; BTProgressHUD.Show(null, -1F, ProgressHUD.MaskType.Clear);

Platform:

Cheesebaron commented 4 years ago

Acr.UserDialogs 6.3.1 probably bundles BTProgressHUD. Upgrade to the latest version to use it with BTProgressHUD.

Nathan187 commented 4 years ago

thank you cheesebaron...i just removed the BTProgressHUD library from the project. Works fine now