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

IosXcodeFrameworks

Ios Problem Overview


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

Ios Solutions


Solution 1 - Ios

I have the exact same issue with Xcode 7.3.

Restarting the IDE helps.

Solution 2 - Ios

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)

Solution 3 - Ios

On Xcode 11 when I changed my app folder location, I got this error and thats was because Swift Package Manager was redownloading my project libraries, once it finished downloading, it worked again...

Solution 4 - Ios

This error occurs usually when you open a project in 2 Xcode versions or When project is opened in one Xcode and you are trying to open that in other Xcode versions.

Here are the steps to follow:-

  1. Quit both Xcode by (cmd + Q)
  2. Open Xcode

If problem still exists then

  1. Clean build folder
  2. Build project
  3. Run

Solution 5 - Ios

Below solution worked for me:

Quit Xcode (cmd + Q) and reopen project Delete derived data content. Clean project (cmd + shift + K) Build project (cmd + B)

Solution 6 - Ios

Below is solution that worked for me:

Quit Xcode (cmd + Q) and reopen project

Delete derived data content.

Clean project (cmd + shift + K)

Restart Mac

Build project (cmd + B)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionKumar UtsavView Question on Stackoverflow
Solution 1 - IossssilverView Answer on Stackoverflow
Solution 2 - IosJayprakash DubeyView Answer on Stackoverflow
Solution 3 - IosAhmadrezaView Answer on Stackoverflow
Solution 4 - IosJaved IqbalView Answer on Stackoverflow
Solution 5 - IosAbhishek SinghView Answer on Stackoverflow
Solution 6 - IosAnkish JainView Answer on Stackoverflow