You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Xcode, after moving Embed Foundation Extension above Thin Binary in the build phase of Runner Target, I still get: No such module 'receive_sharing_intent'
I'm using the latest 1.8 receive_sharing_intent
The failure happens in the ShareViewController.swift where I the line import receive_shareing_intent
The text was updated successfully, but these errors were encountered:
I can think of two possible issues based on your comment:
The failure happens in the ShareViewController.swift where I the line import receive_shareing_intent
The import statement might be incorrect. Instead of import receive_shareing_intent, it should be import receive_sharing_intent. Please note the extra e in your current import statement.
You might not have updated your pods, so receive_sharing_intent is not available for import. Try running pod install; pod update; inside the ios directory.
If these steps do not resolve the issue, please provide the full error log for further assistance.
In Xcode, after moving Embed Foundation Extension above Thin Binary in the build phase of Runner Target, I still get:
No such module 'receive_sharing_intent'
I'm using the latest 1.8 receive_sharing_intent
The failure happens in the ShareViewController.swift where I the line
import receive_shareing_intent
The text was updated successfully, but these errors were encountered: