The SensorTag iOS app generates incomplete Objective-C source code. The "Main Program.m" and "Main Program.h" files are missing @interface and @implementation definitions, containing only method definitions. They are also missing property definitions that are referred to by the implementation. The code does not compile. The other generated files, BLEUtility.h/.m and Sensors.h/.m are fine.
Here is an example of what I get https://gist.github.com/4700904
Is this a bug with the app or am I doing something wrong?
Cheers,
Chris