Please do not mark as duplicate, as the available streams did not provide a valid solution.
Since Xcode 9, one of my projects is stuck in the outline of the building.
The project is under construction. Launch on the iPhone and build over and over. Even builds many times during coding without requesting a build or launch.
After cleaning, cleaning the build folder, deleting the Derivative data and restarting, the project crashes after the build using:
The /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool command failed with exit code 255. This tool may have crashed. Please write a bug report to http://bugreport.apple.com with the above output and attach all the crash logs for ibtool, ibtoold, Xcode and Interface Builder Cocoa Touch Tool created during this crash. These logs can be found in ~ / Library / Logs / DiagnosticReports or / Library / Logs / DiagnosticReports.
After several cleanings and restarts, it finally builds, and after several new builds and code changes, the whole process restarts. The building got stuck in a cycle without even asking to build up to 255 exit codes.
What am I missing? Help is much appreciated.
source
share