Skip to content

Make the framework project a subproject of the sample app projects

Tony Arnold requested to merge (removed):fix/universal-targets into master

This fixes broken framework paths in Xcode due to using workspace references (rdar://problem/22468860).

Be sure to select the correct destination — unfortunately Xcode gets confused by the universal targets, and offers to build the OS X app for iOS devices/simulators and vice versa. This might not be an acceptable compromise.

Merge request reports