-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CFBundleIdentifier Collision #72
Comments
Hello, and first of all. Thanks a lot for taking the time to report this bug This is an interesting bug you found. The provided I believe to quickly fix this, you need to change that identifier to something of your own. Basically, open the Info.plist inside the MacOSAppleAuthManager.bundle: Locate these lines:
and change it to something of your own, like:
Then codesign with the developer certificate again, check that it still works. I need to figure out a way to automate this in post processing, or at least not have this issue when uploading the app to the App Store. |
So I was able to get a repro of this particular bug. I tried to replace that conflicting bundle identifier to a custom one, and even better, to the same bundle identifier as the main In both tries, after verifying it, the issue was gone. I'll still leave this open, since I think the plugin should have some postprocessing script to change the bundle identifier of the Thanks a lot for reporting this bug |
Hey @lupidan Not at all, thank you for making the effort to put together this great asset !! And ofc thanks a bunch for your prompt response. I actually did some further research on the web after posting and found suggestions (similar problem people had with cocoapods) to add .macOS at the end like: and worked and uploaded great. I'm now awaiting apple's approval and will update this post accordingly👍 I didn't get an error with your suggestion either so i'd guess apple's review would also worke out if mine does Thanks a bunch for your help and this amazing asset ! |
Hey @lupidan Thanks again for your help ! Cheers, Sergio |
…cated section for CFBundleIdentifier collision error
Version 1.4.0 was released today. It contains a Post processor helper method to avoid encountering this issue when uploading to the MacOS App Store. More info can be found here: Closing this. |
Hi,
Re-invoke signin account from settings in your apple device and try again.
…On Fri, 7 May 2021 at 19:05, Pramod-Redapple ***@***.***> wrote:
Hi , i am getting full name and email id as null every time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATLBDIVUDGHR6AZBGZQ2OATTMPUCNANCNFSM4SLFRKAA>
.
|
Hi there
On MacOSX build after codesigning and I try to upload with Transporter I can't upload it getting Transporter Delivery error
ERROR ITMS-90511 @CFBundleIdentifier Collision. The info.plist CFBundleIdentifier value 'com.lupidan.MacOSAppleAuthManager" of 'appname.app/Contents/Plugins/MacOSAppleAuthManager.bundle' is already in use by another application"
Any ideas how to work around this please?
I had codesigned MacOSAppleAuthManager
codesign -vvv --force --timestamp --options runtime -s "3rd Party Mac Developer Application: Name (code)" "appname.app/Contents/Plugins/MacOSAppleAuthManager.bundle"
Do I need to add any reference to MacOSAppleAuthManager in Info.plist?
Thanks a bunch for your help
The text was updated successfully, but these errors were encountered: