Vetuka
Vetuka

Reputation: 1651

Xcode Project throws Error for requirement of macOS 11.0 or later

When I open MBP today and to see my project in Xcode, instead it opened older version (a month old at least). I search on Finder found the last version. However, when I try to open I am getting below error:

You have macOS 10.13.2. The application requires macOS 11.0 or later.

Yesterday it was working fine. I installed Google Framework for AdMob and GoogleService plist. Is this could be the problem? Could it alter the project's requirement?

enter image description here

EDIT:

I am using latest macOS 10.13.2 and Xcode is latest Version 9.2 (9C40b).

Upvotes: 0

Views: 445

Answers (1)

Shehata Gamal
Shehata Gamal

Reputation: 100503

It looke like that xcode automatic updates are enabled and during the last shutDown/start the version updated and requires high macOSX version than the current , check xcode version and google the least system requirements for it

Upvotes: 1

Related Questions