iOS Project (Xcode 7.3.1/HighSierra) issues whlie building from Xcode 10.1 (Mojave)

Anyone has found any solution for this ? Yesterday I have copied a project form MacOS High Sierra and Xcode 7.3.1. In my new machine there is MacOS Mojave and Xcode 10.1


While running the project it is showing so many project issues, UI distorted etc. Also at the same time, the code works for Xcode 7.3.1 on older version and builds ipa properly.


I have also tried downloding XCode 7.3.1 dmg and installing to Mojave but after install when we run the app, it first shows verifying app every time and .app icon just bouncing for long. Then all of sudden app got quitted.


- Try 1: I have re-download 7.3.1 and re-installed

- Try 2: I have copied the XCode.app file to some other location and tried

- Try 3: With Xcode10, changed the project settings to Legacy build systems


But none of it helped. Would like to know if anyone have found work-around or solution. That would help.

Xcode 7.x and 8.x are not compatible with, and unsupported on, macOS mojave.


If you have a requirement to use those older Xcode's, you are obligated to use them with older macOSs.


See the Xcode wiki for details, and before you ask, if your MAS history does not include older macOSs, you are out of luck there as well.


As for issues with that project on Xcode 10, and if you are not in a position to climb the Xcode 7/8/9/10 ladder, I'd recommend creating a new project with the appropriate template, then fold your assets and code into it, working any issues one/by/one as you complete the transition.


Good luck.

iOS Project (Xcode 7.3.1/HighSierra) issues whlie building from Xcode 10.1 (Mojave)
 
 
Q