Hello,
After testing, xamarin.ios projects that cannot find the target framework after upgrading using the latest upgrade assistant will have the problem of not finding the target framework.
So my doubt is before upgrading Do I need to Convert project to SDK style? I feel some of the issues are happening due to some kind of cache. Do I need to clear any kind of folders like bin and obj? Other than bin and obj, do I need to delete any other cache folders for the proper working of the application?
You need to change the SDK style, and the issue is not caused by cache. Upgrade Assistant does not complete all the migration work, you need to refer to the following documents to complete the manual migration.
Run .NET Upgrade Assistant for .NET MAUI to migrate your csproj to SDK Style, and perform well-known code migration (namespaces, name changes)
Alternatively, you can refer to the following wiki to migrate the code in Xamairn to a newly created MAUI project.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.