The “best answer” provided in this thread does not seem to work on OS X. I have used the “supportedPlatforms” feature in the build.settings file successfully when loading plugins on ios vs. android, but it doesn’t look like an OS X build will pick up on these settings and will fail. Completely commenting out the plugins does work of course, just a pain to comment in/out based on whether I’m building for OS X or not. Any chance someone could look into that?
Yes, that’s a bug in the beta and has been noted.
any progress for this one?
Have you tried the new Facebook plugin
My question was re: OS/X trying to load plugins even though supportedPlatforms does not allow it. See @PuzzleRunner’s statement and @PerryClarke’s response.
What plugins do you have? I have lots on plugins on mine my project, Facebook was only one for me that was working with supported platforms. I will have to try this out later but the new Facebook plugin v4 came out for iOS yesterday and have not tried it.
@tonygod This is fixed in the next Daily Build (2701 or higher). You’ll be able to specify:
... supportedPlatforms = { osx = false, win32 = false } ...
@scottrules44 Availability of third party plugins on any particular platform is up to the third party.
In particular, Facebook only supports mobile devices and their API is not available on the desktop.
Excellent news! I will try it out as soon as I can get my hands on it.
I know I was was referring to the supported devices= thing in build.settings I was only getting errors in the Facebook plugin when I added this to all my plugins
Daily build 2701 appears to work as expected. The great news is that adding osx=false and win32=false is not necessary – the compiler treats it as false by default so you would only need to add ox=true and/or win32=true if you want those plugins to load on osx and windows desktops. Big thanks for fixing this one - will be a big time-saver!