Skip to content

Commit b7b2ba2

Browse files
authored
build: added CoreServices dependency for the iOS pod (#286)
1 parent 8b5a378 commit b7b2ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RNCClipboard.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Pod::Spec.new do |s|
1717
s.ios.source_files = "ios/**/*.{h,m,mm}"
1818
s.osx.source_files = "macos/**/*.{h,m,mm}"
1919
s.visionos.source_files = "ios/**/*.{h,m,mm}"
20+
s.frameworks = 'CoreServices'
2021

2122
if fabric_enabled
2223
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

0 commit comments

Comments
 (0)