Oleksandr Matrosov
Oleksandr Matrosov

Reputation: 27113

dyld issues library not loaded

When I have tried to build my target I get this error with dynamic linker:

dyld: Library not loaded: @rpath/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient

I use this iphonesim library link that referenced on path as above.

I use Xcode 4.3 and in this case I think the path wrong.

How to change this path to correct path?

Upvotes: 2

Views: 5917

Answers (1)

Oleksandr Matrosov
Oleksandr Matrosov

Reputation: 27113

I have download this library again and recompile it.

I think this is related due XCode 4.3 have another path for framework.

Please check this link link

Upvotes: 1

Related Questions