728x90
Cocoapods version 1.9+ allows linking of Swift static libraries, add the following command to your Podfile:
use_frameworks! :linkage => :static
전체 코드르 확인
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
use_frameworks! :linkage => :static
platform :ios, '12.4'
install! 'cocoapods', :deterministic_uuids => false
target 'testApp' do
end
728x90
반응형
'개발, 코딩 > App - React Native' 카테고리의 다른 글
react-native, error "The Swift pod `FirebaseCoreInternal` depends upon GoogleUtilities" + "dyld: Library not loaded" (0) | 2022.09.14 |
---|---|
channel.io ios 빌드에러 [react-native-channel-plugin] (1) | 2022.07.22 |
ReactNative - 쉽고 간단하게 애니메이션 뷰 구현 (0) | 2022.05.24 |
[solved] react-native-video, android error (0) | 2022.05.18 |
[solved] Android Gradle plugin requires Java 11 to run (0) | 2022.05.18 |