При открытии проекта в 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
Мобильная версия