tags:

views:

54

answers:

1

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
A: 

Hi, I'm facing the same problem... Have you found the solution? Thanks.

Seb.