jordanbyron / react-native-quick-actions

A react-native interface for Touch 3D home screen quick actions
MIT License
1.06k stars 93 forks source link

iOS. Xcode. No account for team "468H2V2QVS". #79

Closed alpamys-qanybet closed 5 years ago

alpamys-qanybet commented 5 years ago

When I try to build my app by Xcode for iOS there is this error.

No account for team "468H2V2QVS". (Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.)
No "iOS Development" signing certificate matching team ID "468H2V2QVS" with a private key was found.

Why this happens to your library?

jordanbyron commented 5 years ago

@alpamys-qanybet sounds like a problem with your XCode / Project setup and doesn't have anything to do with this library. You might have some luck over at StackOverflow. Best of luck!

alpamys-qanybet commented 5 years ago

@jordanbyron, the writers of this library hardcoded their team name 468H2V2QVS to project. You can just search for this text, stackoverflow and googling suggest to delete these lines, and that this is not sanitized before release project. So, what is the proper way, to delete your library's hardcoded team lines every time or just publish sanitized version?! Also, I do not know how properly delete these lines so that my project will not be corrupted after all.

jordanbyron commented 5 years ago

Ah I see. This line here: https://github.com/jordanbyron/react-native-quick-actions/blob/13c61befb94c48344d25176f4e11b583f6c6ca35/RNQuickAction/RNQuickAction.xcodeproj/project.pbxproj#L98

Strange no one else has reported a problem with it. Care sharing the documentation you found about sanitizing the project file before release so I can check it out?

alpamys-qanybet commented 5 years ago

@jordanbyron, I re-installed my OS, so that lost browser history.

jordanbyron commented 5 years ago

Bummer. If you figure it out I’ll happily accept a PR to fix the change on my end. In the meantime you might want to still check out Stackoverflow for help with your project.