nef v0.2.1 Release Notes

Release Date: 2019-06-07 // almost 5 years ago
  • ๐Ÿ› Bug Fixes

    1 Fix bug in the nef's compiler using statically linked binaries (not supported in Darwin architectures). Compiles the user dependencies (Playground/Sources/*) together with the page.swift and using the options

    • -F to determinate where Apple frameworks are.
    • -Xlinker search recursively in the Apple Frameworks for selected SDK.

    ๐ŸŽ > Darwin architectures (iOS, macos) does not allow statically linked binaries (it only allows static libs). You can read more information about it here.

    2 In iOS systems updated the architecture used. Migrates from x86_64 to arm*

    XCTest doesn't support x86_64 arch, only arm* (in iOS)