Skip to content

Commit 369f297

Browse files
[Pod] Remove i386 constraint in archs
1 parent 59b2033 commit 369f297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ObjectiveRocksFramework.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Pod::Spec.new do |s|
1818
'LIBRARY_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}/rocksdb_src/rocksdb"',
1919
'GCC_INPUT_FILETYPE' => 'sourcecode.cpp.objcpp',
2020
'GCC_C_LANGUAGE_STANDARD' => 'gnu99',
21-
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11'
21+
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
22+
'VALID_ARCHS' => 'arm64 armv7 x86_64'
2223
}
2324
s.pod_target_xcconfig = shared_xcconfig.merge(framework_shared_xconfig)
2425
s.user_target_xcconfig = shared_xcconfig

0 commit comments

Comments
 (0)