"code signing swiftkeychainwrapper.framework failed"

Hello there,


When I want to distribute my .ipa file, I'm getting "code signing failed" error at the end of process.


The distribution standard log:

code = 306;

description = "Failed to resolve rpath for Alamofire: Could not resolve @executable_path for @executable_path/Frameworks from Alamofire";

info = {

};

level = WARN;

},

{

code = 306;

description = "Failed to resolve rpath for SwiftKeychainWrapper: Could not resolve @executable_path for @executable_path/Frameworks from SwiftKeychainWrapper";

info = {

};

level = WARN;

},

{

code = 330;

description = "Failed to resolve linkage dependency SwiftKeychainWrapper i386 -> @rpath/libswiftCore.dylib: Unknown arch i386";

info = {

};

level = WARN;

},


The distribution pipeline log:

2018-09-22 21:17:51 +0000 /var/folders/tm/1dmb5cd92zx5txhhfz_5jbpm0000gn/T/XcodeDistPipeline.gwn/Root/Payload/MyApp.app/Frameworks/SwiftKeychainWrapper.framework: code object is not signed at all

2018-09-22 21:17:51 +0000 /usr/bin/codesign exited with 1

(Not: After I updated my Xcode version to 10.0, this problem occured. )

Thanks in advance.
Regards,