x


Unity Iphone AudioQueueAddPropertyListener problem

So when I go to build my project onto the iphone I get a linker error that reads:

ld: ldr 12-bit displacement out of range (4564 max +/-4096) in _AudioQueueAddPropertyListener$stub in _AudioQueueAddPropertyListener$stub from ...(project directory)

I think I've traced it back to the libiphone-lib.a that comes from the unity build. It's possible that it could be caused by my use of iOS 4.0, but I attempted it with 3.2 as well, and it still didn't work. I took all the audio files out of the app, but it didn't seem to work with that either, so I believe that is has to be some bug. Any suggestions?

more ▼

asked Jul 16 '10 at 02:48 AM

Btrain gravatar image

Btrain
2 1 1 1

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

In my project I solved the above issue by setting the property "iPhone OS Deployment target" to "iPhone OS 3.0" in Xcode project settings under Build tab, Deployment section.

more ▼

answered Aug 10 '10 at 01:55 PM

fram gravatar image

fram
1

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1027
x509
x96
x14

asked: Jul 16 '10 at 02:48 AM

Seen: 1147 times

Last Updated: Jul 16 '10 at 02:48 AM