저는 THEOS 프로젝트로 작업하고 있습니다. 내 프로젝트에서는 Google 플러스 프레임 워크와 같은 번들 리소스 (* .bundle)와 함께 다른 프레임 워크 또는 라이브러리를 사용하려고합니다. Xcode 프로젝트가 아니기 때문에 번들 리소스 복사 섹션이 없습니다. 내가 번들 리소스를로드 할 수 NSBundle 클래스를 사용하지만이 오류를 얻을목표 C - 번들로드 중 오류가 발생했습니다.
Error Domain=NSCocoaErrorDomain Code=4 "The bundle “MyBundle” couldn’t be loaded because its executable couldn’t be located." UserInfo=0x15a308d0 {NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSLocalizedFailureReason=The bundle’s executable couldn’t be located., NSLocalizedDescription=The bundle “MyBundle” couldn’t be loaded because its executable couldn’t be located., NSBundlePath=/var/mobile/Documents/MyBundle.bundle}
여기에 이미 다른 경로와 다른 번들 자원과 노력하지만 난 여전히 같은 오류
'frameworkBundle'은'myBundle'과 같은 것이 아닙니다, 그렇습니까? –