iOS Question Cant find mobileprovision

tufanv

Expert
Licensed User
Longtime User
Hello

I had previously an expired mobile provision and certificate set on my b4i project. Today i had to update my app and changed to new mobile provision and certificate in region attiributes . But i am getting an error while compiling :

B4X:
File not found: G:\dropbox2\dropbox3\Dropbox\keysstore\genel.mobileprovision

it says genel.mobileprovision not found altough in my vode i have the updated verisons :

B4X:
#ProvisionFile: genel2.mobileprovision
#CertificateFile: ios_distribution2.cer

while compiling b4i tries to find the old one . Why is this behaviour. Am I doing stg wrong =?
 

tufanv

Expert
Licensed User
Longtime User
yes you are right. There was a multiple where i decleared the variables i dont know how it got there =) thanks
 
Upvote 0
Top