Open jvigneshcs opened 3 years ago
Same question in StackOverflow: https://stackoverflow.com/questions/66495504/azureiothubclient-wrapper-framework-could-not-build-module
@ericwol-msft can you please take a look at this request? Thanks
With the lack of support for SPM, we've also been stuck on this for some time now. Our application is comprised from multiple projects/frameworks/swift packages. As a result, we do not use cocoapods as a dependency manager. We also tried building this AzureIoT SDK with cocoapods in an attempt to build a wrapper framework that we could then import manually into our project. We too are getting the same error and we'd love some help in getting this resolved. Thank you!
There was a recommendation to drop the own module map or update it to include the framework
keyword in their module maps.
Reference: Link
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Please refer this SO question which I have posted.