Как решить ошибку xcode build "Нет такого модуля rxcocoa"?IOS

Программируем под IOS
Ответить
Anonymous
 Как решить ошибку xcode build "Нет такого модуля rxcocoa"?

Сообщение Anonymous »

Я очень новый в разработке Mac / IOS с Xcode, и у меня возникли проблемы с созданием моего приложения. Я работаю с 4 дней по этому вопросу, но у меня больше нет идей, чтобы найти причину. Я добавил через Cocoapods и через терминал с Command Pod Install RXSWIFT, RXCOCOA, OMTHTTPURLRQ, SORDESKIT и SVWEBVIEWCONTROLLER успешно. Проекты без зависимостей могут успешно построить. Два проекта (библиотеки) с командой «Импорт rxcocoa» и «import rxswift» в *. Сваифтаные файлы не удаляются с ошибкой «Нет такого модуля». Ссылка < /p>

Определение Podfile: < /p>



"source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.1'
use_frameworks!
target 'CheckMyBus' do
pod "OMGHTTPURLRQ", "~> 3.1.2“
pod "RxSwift", "~> 2.3.0"
pod 'RxCocoa', '~> 2.3.0'
pod 'PromiseKit', '~> 3.2.1'
pod 'SVWebViewController', '~> 0.2‘
end< /code>
< /div>
< /div>
< /p>

Установка Pods через терминал: < /p>



MacMinis-Mac-mini:CheckMyBus MacMini$ pod install
Analyzing dependencies
Downloading dependencies
Using OMGHTTPURLRQ (3.1.3)
Using PromiseKit (3.2.1)
Using RxCocoa (2.3.1)
Using RxSwift (2.3.1)
Using SVWebViewController (0.2)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 5 dependencies from the Podfile and 5 total pods installed.

[!] Your Podfile has had smart quotes sanitised. To avoid issues in the future, you should not use TextEdit for editing it. If you are not using TextEdit, you should turn off smart quotes in your editor of choice.

[!] The `CheckMyBus [Debug]` target overrides the `EMBEDDED_CONTENT_CONTAINS_SWIFT` build setting defined in `Pods/Target Support Files/Pods-CheckMyBus/Pods-CheckMyBus.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.

[!] The `CheckMyBus [Release]` target overrides the `EMBEDDED_CONTENT_CONTAINS_SWIFT` build setting defined in `Pods/Target Support Files/Pods-CheckMyBus/Pods-CheckMyBus.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
MacMinis-Mac-mini:CheckMyBus MacMini$ < /code>
< /div>
< /div>
< /p>

Кто -нибудь может мне помочь? < /p>

Подробнее здесь: https://stackoverflow.com/questions/420 ... le-rxcocoa
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

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