eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Don't get an iOS release built with debug mode=off #837

Closed andreasmihm closed 8 years ago

andreasmihm commented 8 years ago

Hi,

we don't get an release build running for iOS (with debug=off). With debug=on it works, The error message simply says: Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) were found.

I use an apple dev cert of type iOS development and the provisioning profile I use is also of type iOS development with two registered devices assigned,

What do I need to do to be able to build an iOS release? with debug=off

cookieguru commented 8 years ago

Try a production certificate. See: https://github.com/eclipsesource/tabris-js/issues/581#issuecomment-134127135

patrykmol commented 8 years ago

You need a production certificate for release builds.