Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We are having a problem deploying an app using an enterprise dev account. I am working in a team of 2, my setup is:

Lion XCODE 4.2 iOS 5.0

My Colleague's setup is: Snow Leopard XCODE 4.2 iOS 4.3.3

Everything seems to be working fine for me, in that I can debug and deploy OK, however on my colleague's setup we seem to be having problems.

For some reason he started getting the following error when trying to run on the 4.3.3 simulator:

dyld: Library not loaded: /usr/lib/libc++abi.dylib Referenced from: /var/mobile/Applications/005E8207-2127-4C31-8B60-5E8F6469D3F4/eGrocery.app/eGrocery Reason: image not found

We cleared that problem by copying the libc++abi.dylib from my machine to his. Unfortunately he is still getting the same error when he tries to debug on the device. He also seems to be affected when trying to run the version I built for enterprise distribution.

Does anyone have any idea how we might get over this problem, or if there is a work around we can use?

share|improve this question

1 Answer

See the last post of this link. Link

Maybe this could work.

share|improve this answer
That's solution we used to fix the problem with the simulator, but we still have the problem on the device running 4.3.3. – LKHammer Nov 22 '11 at 10:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.