Is there something like 'Language Level' in App Code?
We are considering using AppCode for iOS development. Xcode does not appear to well constrain building iOS apps in earlier versions of the sdk. IntelliJ IDEA has the concept of selecting the 'Project SDK' and the 'Project Language Level'. Does AppCode have a similar concept?
Please sign in to leave a comment.
Angella,
AppCode has special inspections for the methods, that are not available in the selected deployment target:
It also checks the syntactic constructs agains the selected compiler.