ios icon indicating copy to clipboard operation
ios copied to clipboard

Build failed after modifications of AppDelegate.m

Open Jens-dev opened this issue 5 years ago • 1 comments

hi Guys

I'm relatively new to the subject of integrating react-native push notification. I have adjusted my AppDelegate.h and my build runs smoothly. But when I adjust the AppDelegate.m I get a build error.

The change in the @implementation AppDelegate seems fine.

But if I add the rest in the AppDelegate.m nothing works anymore and I get the build error.

My AppDelegate.m now looks like this:

https://gist.github.com/Jens-dev/a1aa134ae2e251cf43d05358297eb85c

I've look at many issues and tutorials for integration but I'm lost on it.

Jens-dev avatar Apr 29 '21 11:04 Jens-dev

I believe I might have the same problem as you're. What is your error message ?

JosephVasse avatar Sep 21 '21 14:09 JosephVasse