Add a playground to your existing Workspace (with cocoapods)

Question:

How to add a playing field to the workspace if I already have an application project and a pod project in this workspace?

It should look something like this:

im1

Now he cannot find the cocoapods project dependency: im2

What I tried:
https://github.com/segiddins/ThisCouldBeUsButYouPlaying
How to add CocoaPod infrastructure for Xcode 8 playground
How to use cocoapods with a playground?
https://github.com/WhisperSystems/Signal-iOS/pull/1180

Does not work.

+4
source share
1 answer

Verify the following:

  • (CMD+B), .
  • , ( ).
  • (tvOS, macOS, iOS). , File Inspector (ALT+CMD+1).
+1

Source: https://habr.com/ru/post/1673803/


All Articles