Build issue ios

Hello,

I am working on my app for some times on ios. Everything was working well and I was able to launch it on my device.

However I tried to install push notification and now the build is failling.
I followed all the steps mentionned in the tutorial:

But not the ionic build. When I try to launch it on the phone from xcode.

I am getting issue:

ld: library not found for -lPods-<MY_APP>
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I tried to remove the plugin and rebuild but I am still having the issue. (build ionic ok but build in xcode failling)

Do you maybe know what is the issue?

Another question. If nobody knows. What is the risks/steps to remove the project and restart from scratch (because my app is already referenced in the apple developper program)

Thanks in advance for your answers

The issue has been fixed.
In fact when I installed the plugin push it migrate the project to cocopods.
So instead of importing xcodeproj in xcode I had to import xcworkspace