build and clean run twice?

I recently refactored some common code into a seperate framework. Now for unknown reason when I run clean or build everything executes twice.


I am using a workspace that has the project file for my app and my framework.


Schema check:

I have selected the "apps" schema

product->schema->edit "build" build


shows the app and framework target. all options are selected


I put the framework target on top of the app target


Embedded check:


In navigator I select the app project and app target. In the general tag I see the framework is embedded.


The framework also shows up in the link section


Build Setting check:

only_active_arch is set to yes for debug and no for all others


build phase check:


build phase for the app target does not show any dependencies. The framework shows up in the embedded and link sections


Any idea what I did wrong and how to fix this?


Kind regards


Andy

Replies

What do you see if, instead of a simple 'clean', you perform an option-clean?

Just found this in the Xcode 9.3b release notes...


“Fixed an issue in which the Clean Build Folder command could fail to complete."