Skip to content

Commit 4243bc4

Browse files
committed
Use armv7k architecture, not arm64, for the WatchOS SDK
1 parent 82a5f8c commit 4243bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CocoaPods/watchos.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
framework module SQLite {
22
umbrella header "SQLite.h"
33

4-
module arm64 {
4+
module armv7k {
55
header "/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/usr/include/sqlite3.h"
66
requires arm64
77
}

0 commit comments

Comments
 (0)