iPhone 7
iPhone 7

Reputation: 1741

Can an old Xcode 3.2 based project be run using Xcode 10?

What things needs to changed or updated to run the a project created using Xcode 3.2 in Xcode 10? So, far I have changed the architecture to standard architecture and deployment target to iOS 10.0. Previously it was iOS 5.0, and supported device was iPhone 7 plus. I have also deleted Info.plist. But now I am getting the following error:

enter image description here

Also would like to mention that CocoaPods isn't used in the project. Has anyone faced similar issue and were able to resolve it?

Upvotes: 0

Views: 48

Answers (0)

Related Questions