Xojo 2014 r2.1 build issue

Hello,

We have an application built on Xojo 2014 r2.1 which using some plugins for tab views etc, however the problem is the application does not build for Mac or Linux on my windows 10 system, it just hangs in middle of the build process when it comes to Linux or Mac, when i try it on MAC OSX i get all sort of different error however on my colleagues windows 10 and mac it just works fine. can you help me figure this out ?

What errors do you get in your Mac?

on mac it would just say method not implement but the same project builds without any issues on my colleagues mac.

Maybe the plugins are not being loaded because Xojo is being sandboxed. I had this same issue recently.

Try this in the terminal.

sudo xattr -dr com.apple.quarantine /path/to/xojo

[quote=332262:@Troy Fales]Maybe the plugins are not being loaded because Xojo is being sandboxed. I had this same issue recently.

Try this in the terminal.

sudo xattr -dr com.apple.quarantine /path/to/xojo[/quote]
Or you’re just missing a plugin…