We are using a lame plug-in and when we follow the Unity defined process for Mac Submission (update its info.plist file with your bundle identifier and version strings. Right click on the .app file and click show package contents, locate the info.plist file and update the CFBundleIdentifier string to your application’s bundle identifier.)
We get following error by Application Loader:
ERROR ITMS-90334: "Invalid Code Signature Identifier. The identifier “com.sgkj.lame” in your code signature for “lame” must match its Bundle Identifier "com.sgkj.lame.XXX”
If we leave it default as specified by the developer of the plugin then we get this error:
ERROR ITMS-90511: “CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value ‘com.sgkj.lame’ of ‘XXX.app/Contents/Plugins/lame.bundle’ is already in use by another application.”
Any suggestions on how this could be resolved?