运行错误
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 具体如下图
配置
- 注释
AntiAntiDebug.m99 - 106 行代码,即NSLog(@"[AntiAntiDebug Init]");以下代码