I have the following projects in my workspace:
CommonSecurity (depends on Common )Data (dependent on Common , Security , (and CoreData ))Api (dependent on Common , Security , Data )MyApp (dependent on Common , Security , Data , Api )
All projects except MyApp are Cocoa Touch Frameworks, mostly written in Swift.
Since Xcode 6.3.1 I canβt compile, because I get the following message when creating the Api framework:
<unknown>:0: error: timed out waiting to acquire lock file for module 'Data' ~/Developer/myapp/src/Api/Api/SomeClass.swift:4:8: error: cannot load underlying module for 'Data' import Data ^
source share