when I try to generate my framework I recice that errors.
I have this Xcode version:
when I try to generate my framework I recice that errors.
I have this Xcode version:
I have the same problem, Xcode version 14.3
Yep having the same issue here too, any lead to a workaround ?
I was having this issue with one of my Cocoapods libraries after updating to Xcode 14.3. I was able to get around the error by adding use_frameworks!
to my Podfile.
I am facing same issue after updating Xcode to version 14.3. This issue is when building universal XCFramework. It is working fine is regular iOS Apps.
we have to recreate podfile again, and remove podfile.lock and folder pods after upgrade xcode 14.3.1, and error will be gone, that's works for me
installed 14.01, 14.1, and 14.2, none worked, It was working before and I was forced to install 14.3 and now my entire project is a mess
Go to the build settings
section, search module verifier
and set Enable Module Verifier
to No
None of these answers works for me...
Do we have any update on this issue? I am facing the same problem...
Any update on this, facing same issue
I am facing this issue since I recently upgraded to 14.3.1. Before this upgrade the project built just fine. Would be grateful for any advice!
Is there a solution?
adding no-verify-emitter-module-interface to OTHER_SWIFT_FLAGS inside build setting works as described worked for me as well.
it didn't worked for me any update?
Command SwiftDriver emitted errors but did not return a nonzero exit code to indicate failure