With a standard `package.json` using more than 2 individual `ui-*` package as follows: <img width="444" alt="screen shot 2018-03-19 at 11 46 53 am" src="https://user-images.githubusercontent.com/457187/37615797-5d31dbf6-2b6b-11e8-91f4-97590b9f7f32.png"> Will cause `UICore.framework` to be added multiple times to project for each `ui-*` package:   <img width="1347" alt="screen shot 2018-03-19 at 11 45 36 am" src="https://user-images.githubusercontent.com/457187/37615932-ac98b62e-2b6b-11e8-8699-d501cb95322f.png"> Causing these problems: <img width="640" alt="screen shot 2018-03-09 at 8 50 10 am" src="https://user-images.githubusercontent.com/457187/37615979-c7266b1c-2b6b-11e8-9de7-0e661ad161d7.png"> <img width="709" alt="screen shot 2018-03-08 at 7 28 54 pm" src="https://user-images.githubusercontent.com/457187/37616002-d79584a6-2b6b-11e8-9dfd-e1b1e6e6a382.png"> <img width="703" alt="screen shot 2018-03-08 at 7 28 42 pm" src="https://user-images.githubusercontent.com/457187/37616024-eb79b92e-2b6b-11e8-8da6-3786441300f4.png"> This is critical.