I'm trying to use Dollar in my upcoming Apple WatchKit project and I'm getting this kind of warning on WatchKit Extension target. I guess this applies to other extensions (such as Today) as well.
linking against dylib not safe for use in application extensions
Digging in a little bit more I found a quote from Apple
A containing app that links to an embedded framework must include the arm64 (iOS) or x86_64 (OS X) architecture build setting or it will be rejected by the App Store.
Is there a way around this? To make it save a "save embedded framework" to use in app extensions ? Or is it already save and I have nothing to worry about and just ignore it?
I'm trying to use Dollar in my upcoming Apple WatchKit project and I'm getting this kind of warning on WatchKit Extension target. I guess this applies to other extensions (such as Today) as well.
linking against dylib not safe for use in application extensions
Digging in a little bit more I found a quote from Applehttps://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html
Is there a way around this? To make it save a "save embedded framework" to use in app extensions ? Or is it already save and I have nothing to worry about and just ignore it?