Open Orlyga01 opened 5 months ago
Can anyone share their thoughts about why it happens?
Hi @Orlyga01,
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.
I had this issue an doing an additional pod install
was what I needed
same issue. run pod install
in ios folder and reboot(maybe don't need). then open with Runner.xcworkspace
(not Runner.xcodeproj
)
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