Missing Info.plist on Noses.bundle at macOS Unity 2.2.6
Posted: 07 May 2020, 08:30
Since macOS Catalina requires additional code signing and notarization process you should include the Info.plist file in your unity package distribution, otherwise the code signing process will fail.
In my scenario, I'm embedding the unity output app into another wrapper app and originally Xcode could not sign the Noesis.bundle since the Info.plist could not be found.
I've created a simple Info.plist file, added it under the Noesis.bundle\Contents folder and the issue was resolved.
In my scenario, I'm embedding the unity output app into another wrapper app and originally Xcode could not sign the Noesis.bundle since the Info.plist could not be found.
I've created a simple Info.plist file, added it under the Noesis.bundle\Contents folder and the issue was resolved.