share extension not showing up for my existing project

Its been 2 days



I am adding a share extension to my existing iPad app, but it's never showing up in the shared sheet menu.



xcode 9.1 , iOS 11.1

Steps for adding xcode



1. File -> New -> Target-> shareExtesnion

2. All certificates for share extension + containing app on automatic.

3. Run main app, the run share extension with NSActivationRule set to by default "TRUEPREDICATE"



I get build successfull, and safari opens fine.



Through this i don't see my extension on safari share sheet.



---

If above process repeated for a New app project i make .

Steps



1. Make new Project

2. add share extension like above.



This shows up in my share extension.



-------



Overall i am not able to add share extension to my app

Things i did to clear the issue



1. change the deployment target prior to ios 11.1

2. Tried adding the Shared appgroups, and setting right provisional profiles.

3. Tried changing architecture to 64/32 bit



But i am not able to get it to work.



Anything I am missing ??, its an illogical bug i think.

in case somebody having this problem. Make sure the main target and the extention target have the same iOS Deployment Target. That helped me.

I encountered the same behavior. Have you fixed this issue?

Same issue here as well. Were you two able to figure out a solution?

share extension not showing up for my existing project
 
 
Q