samdmarshall / SDMMobileDevice

MobileDevice Implementation
BSD 3-Clause "New" or "Revised" License
574 stars 97 forks source link

dyld: Library not loaded: build/libSDMMobileDevice.dylib #105

Closed daviyang35 closed 7 years ago

daviyang35 commented 7 years ago

env:

 Host : Mac OS X 10.12.4 (16E195)
 Xcode : 8.3.1 (8E1000a)
 Git : git version 2.11.0 (Apple Git-81)

commit 995b9265edc29257414d76cdce6f6fd3275269e1 build framework with: make framework output:

libCore.a
libSDMMobileDevice.dylib
libcrypto.a
libssl.a

add 4 files to xcode Mac OS project, build and run. debug console output this,and app did not run.

dyld: Library not loaded: build/libSDMMobileDevice.dylib
samdmarshall commented 7 years ago

This isn't a problem with the framework or my code, but of your build configuration.