iOS Question Compile error "Your session has expired. Please log in"

kilat kosasih

Member
Licensed User
Longtime User
Hi, Erel

I have error while compile a simple program (b4i)
Please help me to find the mistake

thank you
regards, kilat kosasih

setting on my program (Region) is:
#Region Project Attributes
#ApplicationLabel: Key Generator
#Version: 1.0.0
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
#iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
#iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
#Target: iPhone, iPad
#ATSEnabled: True
#MinVersion: 11
#PlistExtra: <key>UIUserInterfaceStyle</key><string>Light</string>
#End Region
 

Attachments

  • error.txt
    50.4 KB · Views: 63

Erel

B4X founder
Staff member
Licensed User
Longtime User
Please don't limit your questions to a single member.

Step 1 is to search the logs for "error:"

error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: Kilat Kosasih (KH85N8Y8BK)" in the keychain. To sign with this signing certificate, install its private key in your keychain. If you don't have the private key, select a different signing certificate for CODE_SIGN_IDENTITY in the build settings editor. (in target 'B4iProject' from project 'B4iProject')

It failed to find the private key. Did it work before?
You will need to create new keys. Carefully follow this tutorial: Creating a certificate and provisioning profile
 
Upvote 0
Top