Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

No account for team "xxxxxxxxxxxxx". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials

$
0
0
  • me and my team member are building an ios app using react native.
  • he created an identifier and logged in with his credentials in my machine, since build worked fine in his machine.
  • so we thought in my machine also we will use his credentials and do a build.
  • I changed identifier name from Sports to SportsOneTwo
  • but build is failing.
  • so I used my credentials and did a build but still its failing.
  • can you tell me how to fix it.
  • providing my part of project.pbxproj file below.
  • when I did build through xcode I see below two issues.
  • so In account prefernces I added my credentials but still same issue.
  • its showing my team member email id
  • I referred the below link but still not helping me

' No account for team 'LXxxxxxxx' ' build error on Xcode 9.4

error

No account for team "xxxxxxxxxxxxx". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.

Signing certificate is invalid. Signing certificate "Apple Development: john@sports.com (yyyyyyyyyyy)", serial number "zzzzzzz, is not valid for code signing. It may have been revoked or expired.

project.pbxproj

13B07F941A680F5B00A75B9A /* Debug */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = D125F182D60E6491D3BE8244 /* Pods-Sports.debug.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CURRENT_PROJECT_VERSION = 1;
                DEAD_CODE_STRIPPING = NO;
                DEVELOPMENT_TEAM = 66T3AAPSC5;
                INFOPLIST_FILE = Sports/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                OTHER_LDFLAGS = (
                    "$(inherited)",
                    "-ObjC",
                    "-lc++",
                );
                PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.example.SportsOneTwo;
                PRODUCT_NAME = Sports;
                VERSIONING_SYSTEM = "apple-generic";
            };
            name = Debug;
        };
        13B07F951A680F5B00A75B9A /* Release */ = {
            isa = XCBuildConfiguration;
            baseConfigurationReference = 7165D3DED1294FF61E714935 /* Pods-Sports.release.xcconfig */;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                CURRENT_PROJECT_VERSION = 1;
                DEVELOPMENT_TEAM = 66T3AAPSC5;
                INFOPLIST_FILE = Sports/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                OTHER_LDFLAGS = (
                    "$(inherited)",
                    "-ObjC",
                    "-lc++",
                );
                PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.example.SportsOneTwo;
                PRODUCT_NAME = Sports;
                VERSIONING_SYSTEM = "apple-generic";
            };
            name = Release;
        };

Viewing all articles
Browse latest Browse all 16750

Trending Articles