I am working on Sticker pack application
. I add some custom stickers in Sticker pack. When I tried to run the application on simulator it always says:-
Could not attach to pid : “7722”
I am working on Sticker pack application
. I add some custom stickers in Sticker pack. When I tried to run the application on simulator it always says:-
Could not attach to pid : “7722”
It looks like you've got multiple bundle identifiers. com.tutsplus.BasicStickerPack.StickerPackExtension and com.programmingcrew.funsticker.StickerPackExtension
Check your project/target settings and make sure the bundle identifiers are set correctly.