Skip to content
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 #21

Closed
mschonvogel opened this issue Apr 7, 2020 · 5 comments
Closed

CFBundleIdentifier Collision #21

mschonvogel opened this issue Apr 7, 2020 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mschonvogel
Copy link

When trying to submit the app, I'm getting a transporter error with version 1.2.3:

[01:06:11]: ERROR ITMS-90685: "CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'org.webrtc.WebRTC' under the iOS application 'fuu.app'."
ERROR ITMS-90205: "Invalid Bundle. The bundle at 'fuu.app/Frameworks/mediasoup_client_ios.framework' contains disallowed nested bundles."
ERROR ITMS-90206: "Invalid Bundle. The bundle at 'fuu.app/Frameworks/mediasoup_client_ios.framework' contains disallowed file 'Frameworks'."
\nERROR ITMS-90206: "Invalid Bundle. The bundle at 'fuu.app/Frameworks/mediasoup_client_ios.framework' contains disallowed file 'Frameworks'."ifier value 'org.webrtc.WebRTC' under the iOS application 'fuu.app'."
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.
@ethand91
Copy link
Owner

ethand91 commented Apr 8, 2020

Will look into it.
However I don't have a paid developer account, so any help is appreciated.

@ethand91 ethand91 added help wanted Extra attention is needed bug Something isn't working labels Apr 8, 2020
@mschonvogel
Copy link
Author

Thank you. It seems like it's because of your changes of CodeResources in b506d68

But I don't really know why you added that configuration…

@ethand91
Copy link
Owner

ethand91 commented Apr 8, 2020

Thanks for the help, seems I left the Framework in when running tests...
I've removed it and released 1.2.4.
Could you try and see if that works?

@mschonvogel
Copy link
Author

Yes, it works! Thanks

@ethand91
Copy link
Owner

ethand91 commented Apr 9, 2020

Glad to hear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants