-
Notifications
You must be signed in to change notification settings - Fork 1.2k
libappDylib.dylib 编译后提示这个库找不到,是安装不对吗? #18
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
Comments
谢谢 |
第三方库添加成功,重签名打包都成功了,很好用方便; |
我想问一下,这边如果想新增一些比如controller 的调用应该怎么写呢,比如demo里面的CustomViewController,我把第三方的ipa包加入之后 |
什么叫新增一些比如controller的调用,建议多看看 https://github.com/AloneMonkey/MonkeyDevSpecs 里面的例子。 |
就是如果需要随便添加一些非库之外的类在static attribute((constructor)) void entry(){ |
看例子把 |
Hi, I have the same problem. Error Log
However, https://github.com/AloneMonkey/MonkeyDev/wiki/Q&A#two did not fix the problem. After adding the dependencies in 'Target Dependencies', XCode Build failed and no error log. Simply a 'Build failed' notification. May I ask why? |
can you switch to scheme "MonkeyAppDylib" before compile , you will find the error in "report navigator"。 |
Thanks. It looks like it is the installation problem of THEOS. I installed THEOS under
|
.zshrc
|
recommend install it to /opt/theos
|
It works like a charm. Thanks. |
请指教
The text was updated successfully, but these errors were encountered: