@dpogue The issue seems to stem from how the new build system handles the include directories, and the fact that the static lib copies the headers to a folder that would get picked up by Xcode on a subsequent build. Depending on the state of your derived data, it may appear to build as it is skipping certain build steps. Try building the Framework App target with a clean derived data and the new build system and you will see the issue.
[ Full content available at: https://github.com/apache/cordova-ios/pull/409 ] This message was relayed via gitbox.apache.org for [email protected]
