2016年6月23日 星期四

0622 Xcode 編譯出現 could not read profile xcode

http://stackoverflow.com/questions/27480316/archive-apple-llvm-6-0-error-could-not-read-profile
Q:
Xcode 編譯出現 could not read profile xcode
答案:

Here is the solution if any one want.....
Go to Project -> Build Setting -> Apple LLVM 6.0-code generation
and clear Optimization Profile File
Clean Your project.....Build your project and archive your project....and you are done....

沒有留言:

張貼留言

cocos2dx-lua 建立滑鼠監聽

重要關鍵字  EVENT_MOUSE_SCROLL addEventListenerWithSceneGraphPriority      if IsPc() then --建立滑鼠監聽         local listener = cc.EventListenerMouse...