iOS CMake and XCode 6 "no such product type for 'iphoneos'" -


when generate library project , try compile get:

target specifies product type 'com.apple.product-type.tool', there's no such product type 'iphoneos' platform 

from understand product type available on mac os , not ios, correct? how possible fix it? cannot find clue.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -