iOS error “Embedded binary is not signed with the same certificate as the parent app”
Swift 5 . Simple way in my case check this screen shot i am done
Swift 5 . Simple way in my case check this screen shot i am done
Here’s what worked for me on Xcode 8 & 9. Add your device to developer.apple.com. Go to your target’s General tab and tap the (i) next to “Xcode Managed Profile”, then drag the profile file icon in that popover to your desktop to get the filename of the provisioning profile. Go to ~/Library/MobileDevice/Provisioning Profiles and … Read more
I can give you a direction in this, not sure if it’ll actually help: Change the extension of the *.ipa file to *.zip. Un-archive this zip file. The folder contains a *.app file. Open its package contents by right clicking it. Inside, you’ll find an embedded.mobileprovision file. EDIT- Since Xcode 6 doesn’t show the provisioning … Read more
Navigate to http://get.udid.io/ from Safari on your iOS device. It works like a charm and requires neither iTunes nor any other computer. No app installed either. EDIT: Also, have a look at Getting a device UDID from .mobileconfig if you (understandably) would rather have this .mobileconfig certificate hosted on a server of yours. MAKE YOUR … Read more
I had the same issue and I have gone through all these solutions given, but none of them worked for me. But then I realised my stupid mistake. I forgot to change Code signing identity to iOS Distribution from iOS Developer, under build settings tab. Please make sure you have selected ‘iOS Distribution’ there.
If someone gets here by searching for ERROR ITMS-90046 like me, my solution was to Clean it and delete all precompiled frameworks (the custom ones) and then build again. Note: The error description said something about key “aps-environment” as “development”.
I’m seeing the same issue where the download button is grayed but the download never seems to complete. I manually deleted all the profiles in finder and clicked on download. Even if the download doesn’t seem to complete, the profile is still downloaded… You can check out your profiles in finder at HOME/Library/MobileDevice/Provisioning Profiles
I found a way to find out how your provisioning profile is named. Select the profile that you want in the code sign section in the build settings, then open the selection view again and click on “other” at the bottom. Then occur a view with the naming of the current selected provisioning profile. You … Read more
Remove this file: ~/Library/Developer/Xcode/connect1.apple.com 4.6.1.db before running Xcode 4.6.1.
I grappled with this issue for an hour, and finally found a fix. Turned out the Development Team was different in ProjectTarget and ProjectTests.