CODESIGN
포스트: 1
Posts
1 postFxFactory codesign error: "item could not be found in keychain"
FxFactory codesign error: "item could not be found in keychain" It's just the dashes. You've got an em-dash (–) in your command instead of a standard hyphen (-) after the -s flag. Terminal is literally looking for a certificate named "–" in your keychain, which obviously doesn't exist. Standard "smart quotes" or "smart dash" rubbish from copy-pasting code from blogs. Compare your commands here: Run these in this order to sort it: The framework needs signing first or it'll keep giving you grief. If it still won't play ball after.......


