iOS安全:Tweak clang: warning: libstdc++ is deprecated

 原创    2018-10-16

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]

升级到 Xcode 10 之后,打开tweak项目,执行:make package install 出错:

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated] ld: library not found for -lstdc++

在Makefile中,添加TARGET即可:

THEOS_DEVICE_IP = 172.25.62.8
ARCHS = arm64 armv7
TARGET = iphone:latest:8.0

相关文章:

iOS performSelector使用int等基本数据类型的问题
iOS安全:Mach-O Type
iOS 抓取网络数据包
iOS安全:使用frida-ios-dump砸壳
cocoapods-packager 插件的错误修复和适配

发表留言

您的电子邮箱地址不会被公开,必填项已用*标注。发布的留言可能不会立即公开展示,请耐心等待审核通过。