Tried running QCAR Sample App,with just one error at display.
The provisioning seems to have worked well since the target build matches .Used the com.qualcom.qcar.testapps.* to make the app id bundle at the page and then just draged it to the xcode asistant.Also tried with other progfiles to make it work.
After all that I hit build and run and it displays one error,don't know what to do:
It could be a provisioning error or a configuration error.
Eratos
You're missing an 'm' in qualcomm, this is the correct bundle id:
com.qualcomm.qcar.testapps.*
Could that be the problem? Also make sure Xcode is using the correct provisioning profile for the build type (looks like you're making a Debug build).
- Kim