When I try to package my sencha touch app with
sencha app package build iosPack.json
I get this error :
Unable to load PKCS12 identity
Here is my iosPack.json :
{ "applicationName":"XXXXX",
"applicationId":"yyyyyyy",
"bundleSeedId":"ZZZZZZZZZZ",
"versionString":"0.1",
"versionCode":"1",
"icon": {
"57":"resources/icons/icon4.png",
"72":"resources/icons/icon3.png",
"114":"resources/icons/icon2.png",
"144":"resources/icons/icon1.png"
},
"inputPath":"./",
"outputPath":"./build/",
"configuration":"Debug",
"platform":"iOS",
"deviceType":"iPhone",
"certificatePath":"./certifs/ios_development.cer",
"orientations": [
"portrait"
]
}
Where could the problem come from ?