johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

Ambiguous developer #174

Closed zoli-halcyon closed 7 years ago

zoli-halcyon commented 7 years ago

Hi,

in my keychain I have two iPhone developer certificates. Even if I set the code signing identity in the project's settings (both project and target), the plugin can't determine which identity to use from the keychain. ("[...] Codesigning with identity 'iPhone Developer' for iOS device
 iPhone Developer: ambiguous [...]") Is there a way to set one? Thanks, Zoli.

johnno1962 commented 7 years ago

Have a look here: https://johntmcintosh.com/blog/2016/10/03/code-injection-ios

zoli-halcyon commented 7 years ago

Thanks!