The .uproject which is not showing the entire project in Visual Studio. The XcodeWorkSpace file not building the project. What I am doing wrong?
Hey there @SankarGanesh82! Welcome to the community! This error usually stems from a project having out of date plugins still associated in it’s uproject file. Was this project recently upgraded from an older version of Unreal?
Yes, but plugins are all imported with Unreal V5.2 which is working fine in Windows 10. We can able to port to Android devices using Windows 10
Interesting! On windows I would usually recommend users back their project up safely, delete the Saved
and Intermediate
folders, as well as any built binaries, launch project to rebuild them, then finally fully rebuild their solution file (which is likely the Xcode project analogous Mac side however I only work Windows/Linux).
Hi, thank you for your valuable reply. I have done all you have mentioned and there were few outdated plugins caused the issue. Have managed to solve one by one and now I can open the project and able to take build for iOS platform. Thank you…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.