其实这个问题在网上能搜到大把的解决方案。大家的统一答案都是 otool -L yourapp.app/Contents/MacOS/yourapp 根据输出信息在运行 install_name_tool install_name_tool的使用方法在这里 比较复杂的是当依赖了很多第三方库,尤其是向Q Read More
posted @ 2016-05-27 23:22 findumars Views(3572) Comments(0) Diggs(0)
http://www.cocoachina.com/industry/20131121/7392.html http://objccn.io/issue-6-3/ Read More
posted @ 2016-05-27 22:55 findumars Views(462) Comments(0) Diggs(0)
突然出现了这样问题,吓死我,然后只是把原来编译好的app里面所有的东西删除再编译就好了。如果删除后不行,可以试试后面的截图所说,反正我是没有试过的Starting /Qtwork/build-test1-Desktop_Qt_5_4_2_clang_64bit-Release/test1.app/C Read More
posted @ 2016-05-27 22:51 findumars Views(2588) Comments(0) Diggs(0)
实际上windows中有两套输入法框架,一套叫做imm32、一套叫做tsf,win7以后的新系统都是优先使用tsf的,现在新出的输入法基本也是基于tsf的。你可以参考一下这篇文章,虽然是c++的代码,不过翻译过来并不难http://blog.csdn.net/puncha/article/detai Read More
posted @ 2016-05-27 20:22 findumars Views(2809) Comments(0) Diggs(0)
In some rare cases it can happen that the application does not launch and there is no reaction after double clicking on the application icon, not even Read More
posted @ 2016-05-27 15:40 findumars Views(725) Comments(0) Diggs(0)