Adding Custom Framework in to playground - swift 3.0

1.1k Views Asked by At

I am facing issues while importing my custom framework in to the playground. It always says 'No such module'. I have tried adding playground to workspace as well as to the project target but found no luck. In swift files it is working perfectly fine. I have even tried with cocoapods as well(other is manual approach).

I have gone through many post but none of the solution worked for me. These are some of the links which I referred:

  1. http://help.apple.com/xcode/mac/8.0/#/dev188e45167
  2. Issues mentioned in this post and mine are similar but solution didn't worked.

Anyone has any idea about this :/

0

There are 0 best solutions below