miche9

Results 2 comments of miche9

> I solved this by building a universal bundle. To do this, I opened the [StandaloneFileBrowser.xcodeproj/project.pbxproj](https://github.com/gkngkc/UnityStandaloneFileBrowser/blob/master/Plugins/MacOS/StandaloneFileBrowser/StandaloneFileBrowser.xcodeproj/project.pbxproj) and modified `ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";` to `ARCHS = "$(ARCHS_STANDARD)";` > > and I removed...

> > > I solved this by building a universal bundle. To do this, I opened the [StandaloneFileBrowser.xcodeproj/project.pbxproj](https://github.com/gkngkc/UnityStandaloneFileBrowser/blob/master/Plugins/MacOS/StandaloneFileBrowser/StandaloneFileBrowser.xcodeproj/project.pbxproj?rgh-link-date=2023-03-21T16%3A33%3A20Z) and modified `ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";` to `ARCHS = "$(ARCHS_STANDARD)";` > > >...