Issue Description
Trying to add analytics to an Apple Watch app, which is integrated with a Titanium app.
We are able to open the Watch App project and add the SDK, creating the necessary library dependencies. It builds successfully.
But when we try to build via Appcelerator Studio (or command line), the project gets altered when it is integrated into the dynamically-generated Xcode project. The folder with the Flurry SDK is not present in the Appcelerator-built project. The library references we've made in the original project show up as "ghost" references.
*See attached screenshots for a comparison of the projects.
Due to the missing files, compilation fails with
/Users/USER/svn/source/wral/applications/mobile/wralnews/build/iphone/extensions/WRAL/WRAL WatchApp Extension/Home.m:10:9: fatal error: 'FlurryWatch.h' file not found
#import "FlurryWatch.h"
Steps to replicate
Copy the GUID key from any other created project
Replace it Guid key on the imported project
Run
Expected behavior
Titanium watch app should recognize 3rd party modules like Flurry
See related ticket. That fix might be able to help with this.