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.
Al
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.
Solved the issue. I followed this steps to solve.
Now it is working.