“SwiftKeychainWrapper.framework code signing failed” while distributing .ipa

て烟熏妆下的殇ゞ 提交于 2019-12-11 00:48:28

问题


When I want to distribute my .ipa file, I'm getting "code signing failed" error.

After I updated my Xcode version to 10.0, this problem occured. Is there anyone that had this problem before ?

The distribution standard log:

  code = 330;
        description = "Failed to resolve linkage dependency SwiftKeychainWrapper x86_64 -> @rpath/libswiftUIKit.dylib: Unknown arch x86_64";
        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 = 0;
        description = "Failed to verify bitcode in SwiftKeychainWrapper.framework/SwiftKeychainWrapper:\nerror: Cannot extract bundle from /var/folders/tm/1dmb5cd92zx5txhhfz_5jbpm0000gn/T/IDEDistributionOptionThinning.TZW/Payload/MyApp.app/Frameworks/SwiftKeychainWrapper.framework/SwiftKeychainWrapper (i386)\n\n";
        info =             {
        };
        level = ERROR;
        type = "malformed-payload";
    }
);

}

The distribution pipeline log:

XcodeDistPipeline.dIk/Root/Payload/MyApp.app/Frameworks/SwiftKeychainWrapper.framework: code object is not signed at all
2018-09-22 20:40:14 +0000  /usr/bin/codesign exited with 1

Regards,

来源:https://stackoverflow.com/questions/52460732/swiftkeychainwrapper-framework-code-signing-failed-while-distributing-ipa

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!