Skip to content

dyld: Library not loaded: /Library/Frameworks/Cycript.framework/Cycript Referenced from: /var/containers/Bundle/Application/1967AE2A-4BA0-45BE-8702-697CF12A8B84/WYMusic.app/Frameworks/libWYMusicDylib.dylib Reason: image not found Message from debugger: Terminated due to signal 6 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tanpengsccd opened this issue Aug 28, 2018 · 3 comments

Comments

@tanpengsccd
Copy link

运行时崩溃

dyld: Library not loaded: /Library/Frameworks/Cycript.framework/Cycript
Referenced from: /var/containers/Bundle/Application/1967AE2A-4BA0-45BE-8702-697CF12A8B84/WYMusic.app/Frameworks/libWYMusicDylib.dylib
Reason: image not found
Message from debugger: Terminated due to signal 6

@tanpengsccd
Copy link
Author

iOS 10.3 6
iOS 11.4 SE
均出现问题

@AloneMonkey
Copy link

去掉链接的Cycript.framework库,另外在动态库的Other link加上 -lcycript

@tanpengsccd
Copy link
Author

@AloneMonkey 谢谢。看到Other link 里Debug Release 配置不同,我切换成Release就行了。
看样子作者是在调试Cycript,而我的mac 没有作者的配置环境造成的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants