MonkeyDev 配置相关

798 阅读1分钟

运行错误

1. Executable Path is a Directory

/Users/user/Library/Developer/Xcode/DerivedData/Spotify-fzbatwmjkmkcgaghppgomvfnszcu/Build/Products/Debug-iphoneos/Spotify.app is not a valid path to an executable file.

解决:Build Settings 搜索 user script 设置为 NO

2. /usr/lib/libstdc++.dylib

Build input files cannot be found: '/usr/lib/libstdc++.dylib', '/usr/lib/libc++.dylib'. Did you forget to declare these files as outputs of any script phases or custom build rules which produce them?

解决:选中 TARGETS 中的 XXXDylib,Build Settings 搜索 other linker 具体如下图

image.png

配置

  1. 注释 AntiAntiDebug.m 99 - 106 行代码,即 NSLog(@"[AntiAntiDebug Init]"); 以下代码