ios,framework的坑

1.Reason: image not found

dyld: Library not loaded: /System/Library/Frameworks/Social.framework/Social

Referenced from: /var/mobile/Applications/D8FCD210-A6EE-432E-AFAC-DE5DBE7822B1/ZCYTP.app/ZCYTP

Reason: image not found

解决办法:1.库丢失,重新enable,2.把Build Phases 里Social.framework后边的选项修改成为Optional。

你可能感兴趣的:(ios,framework的坑)