Hello Guys,
I am building a Titanium Module for iOS. As part of my source code when creating the module, I had to use a pod file to download all dependancies through cocoapod. The issue is that cocoaopod created a new project and merged both in a workspace.
When I am running the build.py file to package the module, it seems that it is only compiling the project file and not the workspace.
Kindly advise how I can package the workspace.
Thank you, Naveesh