Closed mohammedDehairy closed 8 months ago
This is likely because of M1 code signature enforcement. I know that it is not ideal but I had to disable SIP.
Thanks @romainthomas for the quick response!
Yeah, I don’t think I can disabled SIP, any other possible work around?
if that’s the only way, I am afraid we’ll have to use some other obfuscation tool
Hi @mohammedDehairy , I was able to solve the error by signing the library: codesign --force --deep -s <identity> omvll_xcode_14.dylib
.
Now I'm running into another problem:
but you can try if the same thing happens to you.
Hi @mohammedDehairy , I was able to solve the error by signing the library:
codesign --force --deep -s <identity> omvll_xcode_14.dylib
.Now I'm running into another problem:
but you can try if the same thing happens to you.
Okay, this error was due to an IndentationError in my ovmll_config.py, so what was suggested above should solve the error.
Code signature was implemented as part of v1.0.3
Followed all instructions :
but when i try to build using xcode i get this error:
it seems clang crashed
Can you help me?
Target: iOS O-MVLL Version: OMVLL Version: 1.1.0-86087c7 / 14.0.0git (d5f117e38620783fc095e5620416bdae08554588) Compilation of O-MVLL: on my own