Файл React/RCTBridgeDelegate.h не найден – React NativeIOS

Программируем под IOS
Anonymous
Файл React/RCTBridgeDelegate.h не найден – React Native

Сообщение Anonymous »

Я новичок в React Native и создаю новое приложение. Я попытался обновить свой проект с версии 0,60 до 0,63. При этом мне пришлось создать новый файл проекта, чтобы обновить мои какаоподы. После этого я устал запускать свое приложение на эмуляторе iOS, но получил сообщение об ошибке.
При открытии проекта в Xcode я получаю следующую ошибку.
Изображение

Я не уверен, нужно ли это делать с моими капсулами или нет. Проведя небольшое исследование в Интернете, я не смог найти ответ на эту проблему.
Вот файл моего профиля.

Код: Выделить всё

# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'

target 'Example' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for Example

target 'ExampleTests' do
inherit! :search_paths
# Pods for testing
end

end

target 'Example-tvOS' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for Example-tvOS

target 'Example-tvOSTests' do
inherit! :search_paths
# Pods for testing
end

target 'OneSignalNotificationServiceExtension' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for OneSignalNotificationServiceExtension
pod 'OneSignal', '>= 2.9.3', '< 3.0'
end

end



Подробнее здесь: https://stackoverflow.com/questions/626 ... act-native

Вернуться в «IOS»