Whats New In Xcode 9.3
Apple has released Xcode 9.3 beta 4. With beta 4 we have now conditional compilation in swift. Conditional compilation in swift using canImport() With new canImport() we can now test whether the module is available in the environment and can be imported or not. With swift going open source and many server side frameworks also … Read more