0

I have created my cocoapod and cross check in sample project but it is showing everytime this error.

enter image description here

I googled and found solution

  1. Reset content and setting
  2. Clear derived data
  3. Clean and build
  4. Restart xcode

But non of them works

i tried on device

enter image description here

Abhishek Thapliyal
  • 3,497
  • 6
  • 30
  • 69

2 Answers2

0

Make sure you are opening the newly created .workspace file rather than your original project.

dylankbuckley
  • 1,507
  • 1
  • 13
  • 21
0

Refer to this answer for debugging. https://stackoverflow.com/a/26129829

Basically you need to look at ~/Library/logs/CoreSimulator/CoreSimulator.log for the source of the errors.

You need to consider the fact that the simulator is not linking files properly than any specific cocoapod issue.

Alternately, the problem could be related to code signing. Refer : https://stackoverflow.com/a/17402788/2569560

If details like the Podspec and the simulator log were shared, perhaps we could be of more help.

Community
  • 1
  • 1