LeoNatan / LNNotificationsUI

A framework for displaying notifications similar to Apple's iOS 8 and iOS 9 notifications.
MIT License
787 stars 115 forks source link

'/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 Install build for architecture arm64 #27

Closed CodeEagle closed 8 years ago

CodeEagle commented 8 years ago

'/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 Install build for architecture arm64

LeoNatan commented 8 years ago

It means your project was compiled with BitCode, but LNNotificationsUI currently does not have it enabled. Enable BitCode and recompile.