-
'/Users/**/Documents/**/Carthage/Build/iOS/LNNotificationsUI.framework/LNNotificationsUI' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or …
-
Hi!
I cannot find LNNotificationsUI.framework. I only found LNPopupController.
-
If you compile project just adding all LNNotificationsUI *.h and *m files to the project, +[LNNotificationAppSettings load] crashes on line initialising LNNotificationDefaultAppSettings pointer with B…
-
```
[!] The 'Pods' target has transitive dependencies that include static binaries: (/path/to/project/Pods/AVOSCloud/libAVOSCloud.a)
```
``` ruby
pod 'Appirater'
pod 'hpple', :git => 'https:/…
-
Would be cool to push to cocoapods, currently pulling it directly from the github repo.
Thanks!
-
I'm getting an invoke_block error in iOS9 at the code below. Will this code be optimized for use in iOS9? Thanks.
LNNotificationAppSettings.h
static dispatch_once_t onceToken;
dispatch_once(&o…
-
In my head, the little drawer at the bottom is there to pull it down and reveal the full notification center on iOS. since this is not the case with this lib, I would like to hide it. Are you interest…
-
Using head with latest Swift:
![](https://dl.dropboxusercontent.com/s/cowpuec11jhz090/2015-06-04%20at%2012.30.png)
-
frameworks are only supported on iOS 8.0 and later. embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/LNNotificationsUI.framework/LNNotificationsUI) for architecture arm64
Is…