Skip to content
New issue

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

codeSignIdentity for xcode 8+ should be always IPhone Developer #29

Open
azachar opened this issue May 26, 2018 · 1 comment
Open

codeSignIdentity for xcode 8+ should be always IPhone Developer #29

azachar opened this issue May 26, 2018 · 1 comment

Comments

@azachar
Copy link

azachar commented May 26, 2018

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.

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\""
            ]
        }
    }
}
@dmastag
Copy link

dmastag commented May 1, 2019

I assume you use the build.json in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants