dyld issues library not loaded
Asked Answered
C

1

2

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?

Calesta answered 4/5, 2012 at 13:8 Comment(2)
did you had the dylid to the target? see [this][1] [1]: #6782724Shorttempered
thanks, but I think this problem due incorrect path for framework search path (for iPhoneSimulatorRemoteClient framework). In XCode 4.2 everything work good.Calesta
C
1

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

Calesta answered 18/5, 2012 at 21:14 Comment(6)
how to download library again?Pahari
@Pahari have you followed the link in my answer?Calesta
yes, but I don't see donwload instructions. Only "tell the system about the new path". In general I have similar problem with different library: @rpath/libCore.so .In wonder if I can apply your solution to my problem. #20455992Pahari
@Pahari so I suppose you don't need to download nothing new. So there is just differences between paths, but you need to check. in my case the library was in another folder. so my answer does not solve any problems with paths, but it does in case with standard frameworks and different Xcode versions.Calesta
Thank you. How to check which folder libCore is? What is @rpath?Pahari
@kim123 I have answered on your question. So can you check where is the library is contained in previous version? I don't faced with this library.Calesta

© 2022 - 2024 — McMap. All rights reserved.