We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have a hard time to release app into App Store.
I read that https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html type release and development should have always iPhone Developercode signing option.
iPhone Developer
Could you please add the correct option for codeSignIdentity. Thank you!
Here is example:
{ "ios": { "debug": { "codeSignIdentity": "iPhone Developer", "developmentTeam": "FG35JLLMXX4A", "packageType": "development", "buildFlag": [ "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES", "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO", "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\"" ] }, "release": { "codeSignIdentity": "iPhone Developer", "developmentTeam": "FG35JLLMXX4A", "packageType": "app-store", "buildFlag": [ "EMBEDDED_CONTENT_CONTAINS_SWIFT = YES", "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO", "LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\"" ] } } }
The text was updated successfully, but these errors were encountered:
I assume you use the build.json in the end?
Sorry, something went wrong.
No branches or pull requests
Hello,
I have a hard time to release app into App Store.
I read that https://cordova.apache.org/docs/en/7.x/guide/platforms/ios/index.html type release and development should have always
iPhone Developer
code signing option.Could you please add the correct option for codeSignIdentity. Thank you!
Here is example:
The text was updated successfully, but these errors were encountered: