swift - UrbanAirship Cocoapods not working with use_frameworks -
so have bit of issue here. i'm using swiftyjson not appear work without use_frameworks
option, , have need of urbanairship framework well.
if disable use_frameworks, i'm able import airshipkit without incident in appdelegate. swiftyjson cacks , i'm not able use that. reverse true if enable it.
has had luck or found solution how have both dynamic , static library cocoapods?
what should bridging header urbanairship -- if i'm able use 1 use_frameworks enabled?
thanks much!
current podfile:
platform :ios, '8.0' use_frameworks! target 'myproject' pod 'urbanairship-ios-sdk' pod 'swiftyjson', :git => 'https://github.com/swiftyjson/swiftyjson.git' end
the documentation urbainairship-ios-sdk pod lacking. in fact doesn't make reference fact module name diverges official documentation (even though in official repo).
you have import `urbanairship_ios_sdk' , should well.
Comments
Post a Comment