I have created my cocoapod and cross check in sample project but it is showing everytime this error.
I googled and found solution
- Reset content and setting
- Clear derived data
- Clean and build
- Restart xcode
But non of them works
i tried on device
I have created my cocoapod and cross check in sample project but it is showing everytime this error.
I googled and found solution
But non of them works
i tried on device
Make sure you are opening the newly created .workspace file rather than your original project.
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.