swiftlyfalling / SQLiteLib

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
MIT License
64 stars 23 forks source link

Define ARCHS to $ARCHS_STANDARD for all sdks #32

Closed groue closed 6 years ago

groue commented 6 years ago

Hello, your suggestion from #31 works: this change prevents Xcode 10 beta from outputting errors when it meets the i386 architecture on the macOS sdk.

I could only run tests with Xcode 9.3 and 10 beta 5: We'll see what Travis thinks.