nef version 0.2.1
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)