You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlleniCode
Today minimum deployment target is iOS 11, because neoutils doesnt accept < 11
Message:
llegal text-relocation to 'runtime.rodata' in /neo-swift/neoutils.framework/neoutils(go.o) from 'sync/atomic.(*Value).Store' in /neo-swift/neoutils.framework/neoutils(go.o) for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I set the Deployment Target 9.0 in my iOS project,
Error:Module file's minimum deployment target is ios11.0 v11.0
Must I set the Deployment Target to 11.0?
The text was updated successfully, but these errors were encountered: