strange xcode error Could not compile reconstructed dtrace script:
- by Rahul Vyas
Hello all ,
i am getting this error when i try to compile an iPhone app.
error: Could not compile reconstructed dtrace script:
provider CorePlot {
probe layer_position_change(char *,int,int,int,int);
};
#pragma D attributes PRIVATE/PRIVATE/UNKNOWN provider CorePlot provider
#pragma D attributes PRIVATE/PRIVATE/UNKNOWN provider CorePlot module
#pragma D attributes PRIVATE/PRIVATE/UNKNOWN provider CorePlot function
#pragma D attributes PRIVATE/PRIVATE/UNKNOWN provider CorePlot name
#pragma D attributes PRIVATE/PRIVATE/UNKNOWN provider CorePlot args
ld: error creating dtrace DOF section
collect2: ld returned 1 exit status