Can't compile on Mac #19039
Labels
area-setup
Installation, setup, requirements, maui-check, workloads, platform support
platform/iOS 🍎
s/needs-info
Issue needs more info from the author
t/bug
Something isn't working
Description
I can compile for android on my windows pc but when I try and compile the same project for IOS on my Mac I get the following errors:
Unable to find package Microsoft.Extensions.DependencyInjection.Abstractions with version (>= 8.0.0)
Unable to find package Microsoft.Extensions.Options with version (>= 8.0.0)
Unable to find package Microsoft.Extensions.Configuration.Abstractions with version (>= 8.0.0)
Unable to find package Microsoft.Extensions.Primitives with version (>= 8.0.0)
The weird part is I have the .net 8 general release installed so I don't know why it still thinks it is targeting rc2.
I have tried to do the workload updates etc etc but nothing seems to resolve this error - not really sure what these Microsoft.Extensions are even there for....
Steps to Reproduce
Simply build the project targeting IOS on MAC
Link to public reproduction project repository
No response
Version with bug
8.0.3
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
this worked in RC2 - doesn't work now (RC2 not in list above)
Did you find any workaround?
No - unable to work on maui IOS with this issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: