Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build operations are disabled:'project.xcworkspace' has changed and is reloading

I got this message, which is as follows.

Build operations alert

Then again I tried to rebuild it, which lead me to this alert message. enter image description here

Now if I select Xcode Version, it starts throwing error which is related to the dependency of the external libraries I have added. Any suggestion. enter image description here

like image 601
Kumar Utsav Avatar asked Jan 28 '16 14:01

Kumar Utsav


Video Answer


2 Answers

I have the exact same issue with Xcode 7.3.

Restarting the IDE helps.

like image 188
sssilver Avatar answered Sep 17 '22 13:09

sssilver


I had similar issue with Xcode 9.3 and solution mentioned by @sssliver didn’t worked.

Screenshot added

Below is solution that worked :

  1. Quit Xcode (cmd + Q) and reopen project
  2. Delete derived data content.
  3. Clean project (cmd + shift + K)
  4. Build project (cmd + B)
like image 27
Jayprakash Dubey Avatar answered Sep 20 '22 13:09

Jayprakash Dubey