strange xcode error Could not compile reconstructed dtrace script:

Posted by Rahul Vyas on Stack Overflow See other posts from Stack Overflow or by Rahul Vyas
Published on 2010-04-25T02:37:09Z Indexed on 2010/04/25 2:43 UTC
Read the original article Hit count: 329

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about xcode

Related posts about compiler