Bullet framework for armv7 architecture

Post Reply
anshul.bhardwaj
Posts: 28
Joined: Mon Aug 29, 2011 11:02 am

Bullet framework for armv7 architecture

Post 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.
anshul.bhardwaj
Posts: 28
Joined: Mon Aug 29, 2011 11:02 am

Re: Bullet framework for armv7 architecture

Post 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.
llefler
Posts: 17
Joined: Sun Sep 25, 2011 8:13 pm

Re: Bullet framework for armv7 architecture

Post 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?
llefler
Posts: 17
Joined: Sun Sep 25, 2011 8:13 pm

Re: Bullet framework for armv7 architecture

Post 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!
anshul.bhardwaj
Posts: 28
Joined: Mon Aug 29, 2011 11:02 am

Re: Bullet framework for armv7 architecture

Post 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.
llefler
Posts: 17
Joined: Sun Sep 25, 2011 8:13 pm

Re: Bullet framework for armv7 architecture

Post 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?
mike1234
Posts: 1
Joined: Thu Apr 07, 2016 8:53 am

Re: Bullet framework for armv7 architecture

Post 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
alidahera
Posts: 1
Joined: Mon Jan 30, 2017 11:48 am
Contact:

Re: Bullet framework for armv7 architecture

Post 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
Post Reply