self.extensionContext.intent return nil

when i was develop ShareExtension, and I donate a intent to share suggestion, and it appeared on my share sheet, but I launched the ShareExtension by clicked icon in suggestion list.

and i executed the following code in my project, i got nil of intent. and extensionContext is not nil.

'''self.extensionContext.intent'''

I would greatly appreciate some insight of what could be possible going wrong here. Thanks in advance!