analytics doesn't work on all latest daily builds ...

i’m trying to add analytics to my project but never mind what i do it simply ca’t build to the device 

on the mac simulator

it sais (NULL) error, and doesn’t build

Even the corona Sample for analytics it can’t build.

on older builds when i Do manage to build for the device it starts up the device with a black screen

did anyone got it to work ?!

does anyone know of a way to overcome it ? (use diffrent analytics from flurry ? or diffrent way maybe ?)

anyone ? 

pls ?

Hi Mars Interactive, please don’t bump posts with in a few hours of each other.  It’s early on a Sunday morning and you have to give people time to respond. 

As for this issue, are there any messages in your console log (terminal window) that might give us a starting point?

Rob

+1 

happens to me aswell …

ok thnx for the help!!! sorry for multiple threds. i kinda forgot about sunday…in Israel it’s a work day…

I buld it with the official latest daily build: 2100

and i build the flurry analytics sample code

and it writes (null) error

with this message in the terminal >

2013-12-16 09:34:15.174 Corona Simulator[47924:707] Using Custom Build Id 00000 Using additional build settings from: /Applications/CoronaSDK/SampleCode/Analytics/FlurrySample/build.settings Runtime error ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: \<error\>{"status":512,"message":"xcode-select: Error: No Xcode is selected. Use xcode-select -switch \<path-to-xcode\>, or see the xcode-select manpage (man xcode-select) for further information."}\</error\> stack traceback: [C]: ? [C]: in function 'assert' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: in function 'checkError' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:13: in function 'initialize' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:337: in main chunk ?: in function 'buildExe' ?: in function \<?:695\> Runtime error: ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: \<error\>{"status":512,"message":"xcode-select: Error: No Xcode is selected. Use xcode-select -switch \<path-to-xcode\>, or see the xcode-select manpage (man xcode-select) for further information."}\</error\> stack traceback: [C]: ? [C]: in function 'assert' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: in function 'checkError' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:13: in function 'initialize' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:337: in main chunk ?: in function 'buildExe' ?: in function \<?:695\>

again thanx for helping in advance

The error is right there in your log:

Error: No Xcode is selected. Use xcode-select -switch <path-to-xcode>, or see the xcode-select manpage (man xcode-select) for further information.

It sounds like you don’t have Xcode installed or it’s installed incorrectly.  Open up a command line and enter the command:

xcode-select --print-path

It should produce something like:

/Applications/Xcode.app/Contents/Developer

If it does not (and that’s where your Xcode really is), then the command:

xcode-select -switch /Applications/Xcode.app/Contents/Developer

(or wherever your Xcode is installed) will fix this problem.

Rob

anyone ? 

pls ?

Hi Mars Interactive, please don’t bump posts with in a few hours of each other.  It’s early on a Sunday morning and you have to give people time to respond. 

As for this issue, are there any messages in your console log (terminal window) that might give us a starting point?

Rob

+1 

happens to me aswell …

ok thnx for the help!!! sorry for multiple threds. i kinda forgot about sunday…in Israel it’s a work day…

I buld it with the official latest daily build: 2100

and i build the flurry analytics sample code

and it writes (null) error

with this message in the terminal >

2013-12-16 09:34:15.174 Corona Simulator[47924:707] Using Custom Build Id 00000 Using additional build settings from: /Applications/CoronaSDK/SampleCode/Analytics/FlurrySample/build.settings Runtime error ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: \<error\>{"status":512,"message":"xcode-select: Error: No Xcode is selected. Use xcode-select -switch \<path-to-xcode\>, or see the xcode-select manpage (man xcode-select) for further information."}\</error\> stack traceback: [C]: ? [C]: in function 'assert' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: in function 'checkError' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:13: in function 'initialize' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:337: in main chunk ?: in function 'buildExe' ?: in function \<?:695\> Runtime error: ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: \<error\>{"status":512,"message":"xcode-select: Error: No Xcode is selected. Use xcode-select -switch \<path-to-xcode\>, or see the xcode-select manpage (man xcode-select) for further information."}\</error\> stack traceback: [C]: ? [C]: in function 'assert' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:295: in function 'checkError' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:13: in function 'initialize' ...lder/FlurrySample.app/.build/libtemplate/Builder.lua:337: in main chunk ?: in function 'buildExe' ?: in function \<?:695\>

again thanx for helping in advance

The error is right there in your log:

Error: No Xcode is selected. Use xcode-select -switch <path-to-xcode>, or see the xcode-select manpage (man xcode-select) for further information.

It sounds like you don’t have Xcode installed or it’s installed incorrectly.  Open up a command line and enter the command:

xcode-select --print-path

It should produce something like:

/Applications/Xcode.app/Contents/Developer

If it does not (and that’s where your Xcode really is), then the command:

xcode-select -switch /Applications/Xcode.app/Contents/Developer

(or wherever your Xcode is installed) will fix this problem.

Rob