ios - How to fix dyld: Library not loaded error -


i have used xcode7.3.1, add framework project,then build error, error message :

dyld: library not loaded: @rpath/youare.framework/youare referenced from: /var/containers/bundle/application/823267f9-aa33-4518-98b1-b4e6c7d239f7/we.app/we  reason: no suitable image found.  did find: /private/var/containers/bundle/application/823267f9-aa33-4518-98b1-b4e6c7d239f7/we.app/frameworks/youare.framework/youare: mmap() errno=1 validating first page of '/private/var/containers/bundle/application/823267f9-aa33-4518-98b1-b4e6c7d239f7/we.app/frameworks/youare.framework/youare' 

i have installed renewed certificate applewwdrca,but have same error.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -