You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error: not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)
Full Error:
Process 2908 launched: '/Users/atul/Desktop/App Store.app/Contents/MacOS/App Store' (x86_64)
dyld: warning: could not load inserted library '/Users/atul/Development/ssl-kill-switch2/build/Release/SSLKillSwitch.framework/Versions/A/SSLKillSwitch' into hardened process because no suitable image found. Did find:
/Users/atul/Development/ssl-kill-switch2/build/Release/SSLKillSwitch.framework/Versions/A/SSLKillSwitch: code signature in (/Users/atul/Development/ssl-kill-switch2/build/Release/SSLKillSwitch.framework/Versions/A/SSLKillSwitch) not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)
/Users/atul/Development/ssl-kill-switch2/build/Release/SSLKillSwitch.framework/Versions/A/SSLKillSwitch: stat() failed with errno=1
/Users/atul/Development/ssl-kill-switch2/build/Release/SSLKillSwitch.framework/Versions/A/SSLKillSwitch: code signature in (/Users/atul/Development/ssl-kill-switch2/build/Release/SSLKillSwitch.framework/Versions/A/SSLKillSwitch) not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)
I'm trying to view the requests to/from the App Store. I codesigned using: codesign -f --deep -s "Self-signed Applications" build/Release/SSLKillSwitch.framework
I tried both using the Dylib method and lldb and got the same error.
I have SIP disabled and I even copied the binary from /Applications to ~/Desktop.
$ csrutil status
2019-09-03 22:22:15.267 csrutil[2941:25936] === SSL Kill Switch 2: Fishhook hook enabled.
System Integrity Protection status: enabled (Custom Configuration).
Configuration:
Apple Internal: disabled
Kext Signing: disabled
Filesystem Protections: disabled
Debugging Restrictions: disabled
DTrace Restrictions: disabled
NVRAM Protections: disabled
BaseSystem Verification: disabled
This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I'm getting this error:
not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)
Full Error:
I'm trying to view the requests to/from the App Store. I codesigned using:
codesign -f --deep -s "Self-signed Applications" build/Release/SSLKillSwitch.framework
I tried both using the Dylib method and lldb and got the same error.
I have SIP disabled and I even copied the binary from /Applications to ~/Desktop.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: