This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

iOS SensorTag app generates invalid Objective-C source code for Main Program.h/.m



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