问题
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.
Also, why does my profile keep getting replaced with a XC wildcard profile?
回答1:
Solved the issue. I followed this steps to solve.
- go to my Build setting and changed all Code Signing Identify to iOS Distribution.
- Compile m Project
- XCode throws error message that Signing identity is wrong with an option to fix it. I clicked Fix it button.
- It happened twice.
- Now XCode change it back to IOS Developer.
Now it is working.
回答2:
For code sign issue please check if this works https://stackoverflow.com/a/42244194/1084174
For auto profile creation, You must disable automatic management for all targets in your app.

来源:https://stackoverflow.com/questions/25467015/embedded-binary