trabricks-react / react-native-photo-zoom

MIT License
10 stars 7 forks source link

use_frameworks! 사용 시 View config를 찾을 수 없음. #3

Closed seungminio closed 4 years ago

seungminio commented 4 years ago

KakaoTalk_Photo_2019-11-03-10-31-15

아래는 제가 테스트 해본 환경입니다. System: OS: macOS 10.15 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory: 218.00 MB / 16.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.11.1 - /usr/local/bin/node Yarn: 1.19.1 - /usr/local/bin/yarn npm: 6.11.3 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.1, DriverKit 19.0, macOS 10.15, tvOS 13.0, watchOS 6.0 Android SDK: API Levels: 23, 28, 29 Build Tools: 28.0.3, 29.0.2 IDEs: Android Studio: 3.5 AI-191.8026.42.35.5900203 Xcode: 11.1/11A1027 - /usr/bin/xcodebuild npmPackages: react: 16.8.1 => 16.8.1 react-native: 0.61.1 => 0.61.1 npmGlobalPackages: react-native-cli: 2.0.1

seungminio commented 4 years ago

use_frameworks! 사용시 Podfile에 s.static_framework = true 옵션을 추가해주시면 됩니다.