iOS Question Same Certificate used by Xcode and B4i with problem

Alberto Iglesias

Well-Known Member
Licensed User
Longtime User
After generated certificates, provisioning profile from scratch I can use normally in a simple project created in XCODE, but when use the same certificate and provisioning in a B4i project, strange things happens:

* After start compiling in B4i, In Keychain, the local user and login keychains disappears (need reboot to appear again)

Look BEFORE try to compile with B4i in my local server:

keychain_Before.png

and now AFTER

keychain_After.png


* The certificate used in xcode project works perfectly but the SAME certificate in a B4i project don´t work

Screen_Shot_2016_12_30_at_12_24_55_AM.png


Image2.png


* This provisioning and certificate, Both are for distribution, why warning about "iPhone Developer" ??

Image3.png
 
Last edited:
Top