Page 1 of 1

Bullet framework for armv7 architecture

Posted: Wed Sep 21, 2011 9:32 am
by anshul.bhardwaj
Hi,
i am trying to include bullet framework for my iOS game.
As given in the link http://bulletphysics.org/mediawiki-1.5. ... ork_Recipe, it convert the bullets API to xcode framework for i386;x86_64 architecture but ios need armv7 architecture.
How will i make the current api to xcode framework with armv7 architecture.
Thanks in advance.

Re: Bullet framework for armv7 architecture

Posted: Fri Sep 23, 2011 11:24 am
by anshul.bhardwaj
well, as i don't get any responses, i directly add all the bullet files into my project and its working fine.

Re: Bullet framework for armv7 architecture

Posted: Thu Oct 06, 2011 8:10 pm
by llefler
I am having this same problem, does anyone know a fix for it other than just adding all of the bullet files manually to the project?

Re: Bullet framework for armv7 architecture

Posted: Thu Oct 06, 2011 8:27 pm
by llefler
Also, what do you mean by "directly add all the bullet files" can you walk me through that process? or explain it? Thanks!

Re: Bullet framework for armv7 architecture

Posted: Fri Oct 07, 2011 7:22 am
by anshul.bhardwaj
llefler wrote:Also, what do you mean by "directly add all the bullet files"
I add all bullet files manually and its working fine.

Re: Bullet framework for armv7 architecture

Posted: Fri Oct 07, 2011 6:39 pm
by llefler
do you mean that you added the header file search paths to the build settings? or that you added all of the header files with #include or #import tags?

Re: Bullet framework for armv7 architecture

Posted: Thu Apr 07, 2016 8:57 am
by mike1234
anshul.bhardwaj wrote:Hi,
i am trying to include bullet framework for my iOS game.
As given in the link http://bulletphysics.org/mediawiki-1.5. ... ork_Recipe, it convert the bullets API to xcode framework for i386;x86_64 architecture but ios need armv7 architecture.
How will i make the current api to xcode framework with armv7 Architecture companies in Dubai.
Thanks in advance.

Refer this: http://www.infragistics.com/community/b ... ework.aspx
hope this will help you

Re: Bullet framework for armv7 architecture

Posted: Mon Jan 30, 2017 11:54 am
by alidahera
anshul.bhardwaj wrote:Hi,
i am trying to include bullet framework for my iOS game.
As given in the link http://bulletphysics.org/mediawiki-1.5. ... ork_Recipe, it convert the bullets API to xcode framework for i386;x86_64 architecture but ios need armv7 architecture.
How will i make the current api to xcode framework with armv7 architecture.
Thanks in advance.

I add allthe files manually . Try doing it