-
Notifications
You must be signed in to change notification settings - Fork 47
Description
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 IPALibrary.CodeSignature.CodeSignatureHelper.ResignExecutable(MachObjectFile file, String bundleIdentifier, List1 certificateChain, AsymmetricKeyEntry privateKey, Byte[] infoFileBytes, Byte[] codeResourcesBytes, EntitlementsFile entitlements) 在 IPALibrary.IPAFile.ResignIPA(List1 certificateChain, AsymmetricKeyEntry privateKey)
在 IPASign.MainForm.ResignIPA(IPAFile ipaFile, Byte[] mobileProvisionBytes, Byte[] signingCertificateBytes, String certificatePassword, String outputIPAPath)
在 IPASign.MainForm.btnSaveIPA_Click(Object sender, EventArgs e)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)