I've been tasked with developing a Framework to allow third parties to embed our content in their apps. I'm hoping to do this with an embeddable iOS Framework that contains a compiled .a file. This may require some shenanigans around Xcode for distribution.
Assuming that works, if I compile this with Xcode 7 and write it in Swift 2, but set the deployment target to iOS 8.0, will a user of Xcode 6 (and Obj-C) be able to embed this Framework in their app? Will they be able to publish to the App Store with Xcode 6 (assuming my Framework doesn't use any new APIs, etc.)? I'd like to do this project in Swift 2, but our clients absolutely must be able to submit to the store and use Xcode 6, at least until Apple requires Xcode 7. Thoughts? Thanks, -- Rick Mann [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
