但是APP启动后报错:
dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/UserNotifications
Referenced from: /private/var/containers/Bundle/Application/E4E57FB8-CBBC-4BD1-A461-D4CCEEBBC707/xxxxx.app/Frameworks/WoodPeckeriOS.framework/WoodPeckeriOS
Reason: image not found
如题,使用CocoaPods集成,编译前已执行pod update,pod里可以找到framework:
但是APP启动后报错: dyld: Library not loaded: /System/Library/Frameworks/UserNotifications.framework/UserNotifications Referenced from: /private/var/containers/Bundle/Application/E4E57FB8-CBBC-4BD1-A461-D4CCEEBBC707/xxxxx.app/Frameworks/WoodPeckeriOS.framework/WoodPeckeriOS Reason: image not found
同样的操作iOS10.3.3的真机没问题。 你用了iOS10以上才支持的库?