ios tweak之binary not signed (use ldid -S)问题解决

参考tweak教程写了个简单的tweak,无奈完全无效果,摸索了好长时间才找到方法:

打开terminal

ssh [email protected]

vim /var/log/syslog

找到如下几行:

pr 11 23:05:45 iPhone http[4952]: MS:Error: binary not signed (use ldid -S)

Apr 11 23:05:45 iPhone http[4952]: MS:Error: failure to check myred.dylib

然后

cd /LibraryMobileSubstrate/DynamicLibraries

ldid -S myred.dylib

重启手机后就看到效果了

时间: 2024-08-29 04:01:36

ios tweak之binary not signed (use ldid -S)问题解决的相关文章

ios tweak 开发

安装部分,步骤挺多的,蛮麻烦的 1.先安装 Xcode,在 Mac Store 即可免费下载. 2.安装 Xcode Command Tools 打开终端,输入 xcode-select --install 即可自动弹出安装界面. 3.同意 Xcode license agreements 直接在终端输入 sudo xcodebuild -license 按下回车,会自动打开协议内容,按 q 直接忽略 最后手动输入 agree ,搞定. 3.安装 Macports ,网址:http://www.

ios 中 使用自制framework导致 Duplicate symbol 的问题解决方法

使用第三方静态库的时候有时候要求在编译选项linker 中 other linker flag中加入 -ObjC 但如果自制的framework库工程中加入了-ObjC,在Demo工程中如果也加入-ObjC选项时,可能导致 duplicate sysbol的问题 duplicate symbol _OBJC_CLASS_$_ZHAlixPayResult in: /Users/zizhu/Library/Developer/Xcode/DerivedData/NtUniSdkHaiMaDemo-

iOS开发之功能模块--推送之坑问题解决

苹果开发证书中,有一个根证书,根证书可以绑定相关的开发者设备合作开发一个app项目,如果是多人团队一般根证书是由老大搞定和统一管理我们的设备,这时候老大他会用到他电脑的keychain来生成P12文件,然后并把根证书一并给我们用. 但是,开发苹果推送功能的人不一定是老大,比如老大交给我来弄这个推送证书并给app添加推送功能,而生成苹果的推送cer后缀的证书,就当然在我的电脑生成了,当然肯定要通过老大用的那个开发者账号登录苹果官网,并且要下载和app同一个bundle ID一致的推送证书: 下载好

Bypassing iPhone Code Signatures

[Bypassing iPhone Code Signatures] Starting with the recent beta releases of the iPhoneOS, Apple has started requiring that all code on the device is signed. This is mostly to make it impossible for programs running through Apple's AppStore to downlo

C++学习总结2

链接上一篇日志,下面介绍下C++里面的其他内容 补充上一届里面的异常处理代码: try { cout << "try num" << endl; throw 1.5; } catch (double i) { cout << "catch try num double 1.5" << endl; cout << i << endl; } .csharpcode, .csharpcode pre

ISE_Simulator学习记录

ISE Simulator 概述 使用ISim主要实现两个功能(要用CompXlib预编译芯片仿真库文件):1.创建VHDL或Verilog图形测试向量  2.使用硬件描述语言仿真器实现VHDL/ Verilog/混合设计的功能和时序仿真 设计特征.接口和流程 支持的语言和标准 Language Support VHDL IEEE-STD-1076-2000 Verilog IEEE-STD-1364-2001 SDF Xilinx’s NetGen generated SDF Files VI

如何连接网络设备的路由器或交换机

Console本地管理1.连接线缆:console线缆的RJ45水晶头连接设备的console口,另外一端使用USB连接PC(请自行安装转接头驱动) 2.找到对应的串口 启动设备 System Bootstrap, Version 15.0(1r)M16, RELEASE SOFTWARE (fc1)Technical Support: http://www.cisco.com/techsupportCopyright (c) 2012 by cisco Systems, Inc. Total

uvalive 6300 Signed Binary Representation of Integers

6300 Signed Binary Representation of IntegersComputing ax mod n for large integers x and n is the most time-consuming process in most public-keycryptography systems. An algorithm to compute ax mod n can be described in a C-like pseudo-code asfollows.

提交appstore遇到的问题 ITMS-90239:”Invalid Signature.Code object is not signed at all.The binary at path

近日提交AppSotre的时候,使用Xcode6.1提交几次未果,给出的验证未通过的错误信息如题,百度谷歌无济于事,现分享一下解决办法,供iOS.Mac开发的博友参考. 本人通过苹果的官方开发者论坛,找到了如下帖子: https://devforums.apple.com/message/1081140#1081140 其中有一篇回帖说到: The 'code' codesign complains about isn't code. It’s just some data files. If