When you download the Mac version of WEX5, an error message appears when you run the launch WeX5 developer file:
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/7F/81/wKioL1chYTuDZuyrAACUKexBSXU761.png "title=" screen shot 2016-04-27 a.m. 5.53.53.png "alt=" Wkiol1chytudzuyraacukexbsxu761.png "/>Search a lot of web pages, and finally found that the reason is: Mac by default, run a file downloaded from a regular internet site, you need to first security prompts. Because the eclipse file has an extended attribute, as follows:
Moreover, this file is embedded in the Studio.app package, so the above error message appears when running Studio.app!
now, you need to remove the above attribute Com.apple.quarantine:
xattr-d Com.apple.quarantine Eclipse
I just used the command as shown:
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/7F/84/wKiom1chcELiXztDAABFICjtQOQ546.png "title=" screen shot 2016-04-28 a.m. 10.05.33.png "alt=" Wkiom1chcelixztdaabficjtqoq546.png "/> To see the extended properties of the target file (note the Com.apple.quarantine line above).
In addition, if you want to remove a directory and all of its possible extended attributes, you can use the following format command:
Xattr-rd Com.apple.quarantine X5 The X5 is a directory name on my machine with a lot of files with extended attributes. |
You can then run the file "Start WeX5 development tool" either under the Terminal or double-click in the Finder.
Next, you can formally enter WEX5 's built-in simplified version of Eclipse and initially operate with the WEX5 tool.
Refer to the questions I sent on the WEX5 Forum and related records:
http://bbs.wex5.com/forum.php?mod=viewthread&tid=92138
Other references:
Http://www.7edown.com/edu/article/soft_41581_1.html
Http://superuser.com/questions/28384/what-should-i-do-about-com-apple-quarantine
This article is from the "Green Peak" blog, please make sure to keep this source http://zhuxianzhong.blog.51cto.com/157061/1768444
Successful installation of Wex5 and file extension properties issues under Mac 10.11