Search found 5 matches

by songsofgrazier
Mon Jun 23, 2014 5:12 pm
Forum: General Bullet Physics Support and Feedback
Topic: build error for bullet-2.82-r2704 for ios and my xcode is 5
Replies: 7
Views: 7219

Re: build error for bullet-2.82-r2704 for ios and my xcode i

IMHO the error is that code signing is required for iOS deployment and you haven't set it up. Also, can't you generate an xcode5 project using CMake? Also also, you can just add the cpp files you need directly in an existing project if it comes down to it. As you said, every one need to spend $99 t...
by songsofgrazier
Mon Jun 23, 2014 3:39 pm
Forum: General Bullet Physics Support and Feedback
Topic: build error for bullet-2.82-r2704 for ios and my xcode is 5
Replies: 7
Views: 7219

Re: build error for bullet-2.82-r2704 for ios and my xcode i

I think it's more that you haven't set up a provisioning profile. I bet if you literally cut and paste that output into google there with be a stackoverflow post from someone who has done the same. I have no choice to set up that, the error is from the "xcode4" setting , I am using xcode5...
by songsofgrazier
Sun Jun 22, 2014 5:25 pm
Forum: General Bullet Physics Support and Feedback
Topic: build error for bullet-2.82-r2704 for ios and my xcode is 5
Replies: 7
Views: 7219

build error for bullet-2.82-r2704 for ios and my xcode is 5

Check dependencies
Code Sign error: No matching provisioning profiles found: No provisioning profiles matching the bundle identifier “Apple.AppUnitTest-xcode4” were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'

** BUILD FAILED **
by songsofgrazier
Fri Oct 12, 2012 3:54 am
Forum: General Bullet Physics Support and Feedback
Topic: My character run through the wall in high speed
Replies: 4
Views: 5033

Re: My character run through the wall in high speed

you can see the App_CcdPhysicsDemo,
it shows how to deal with the high speed objects