[iOS/Error] Command SwiftVerifyEmittedModuleInterface failed with a nonzero exit code 해결법
2024. 12. 21. 12:44
Framework를 만드는 도중에 처음 보는 에러가 등장하였다.
Command SwiftVerifyEmittedModuleInterface failed with a nonzero exit code
https://github.com/swiftlang/swift/issues/64669#issuecomment-1493939553
Xcode 14.3 RC 2 (14E222b)/Swift Compiler 5.8 SwiftVerifyEmittedModuleInterface failed to verify module interface · Issue #64
Description Use Xcode 14.3 RC 2 compile a swift file which import a objc clang module, and a framework with swiftinterface, verify module interface happened error. The clang module path is explicit...
github.com
-no-verify-emitted-module-interface 를 예외 처리하는 내용을 추가하였다.
728x90