Open neilk opened 8 years ago
already added later I was removing info slot from Here https://github.com/saucelabs/isign/blob/7b7821cce685eb06e9e18cfe380ba313a7452f90/isign/signable.py#L168
Could you give me all the exact steps to replicate your error, please?
@neilk
isign -p "$ProfilePath" -k "$KEY_PATH" -c "$CERT_PATH" -o ./APP_FILE.ipa ./APP_FILE.ipa then install the app ( ipa file using devices page from Xcode ) then try to run the app on the device should crash ( see the syslog for more info once it crashed )
Note: try with the ipa file which I sent to you.
hi @neik didn't solve it yet ?
add ApplicationSlot to slot_classes of Dylib will fix this. app with dylib in frameworks will cause this error. @neilk you can get any ipa contains libswift*.dylib for test
Following comments by @iMokhles in https://github.com/saucelabs/isign/pull/43:
@iMokhles: Can you explain how to replicate this error?