Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

still get No such module 'receive_sharing_intent' after handling build phase section #304

Open
Orlyga01 opened this issue Jun 9, 2024 · 4 comments

Comments

@Orlyga01
Copy link

Orlyga01 commented Jun 9, 2024

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

@Orlyga01
Copy link
Author

Can anyone share their thoughts about why it happens?

@OutdatedGuy
Copy link

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

  1. 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.

  2. 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.

@socsob
Copy link

socsob commented Aug 14, 2024

I had this issue an doing an additional pod install was what I needed

@hello112334
Copy link

same issue. run pod install in ios folder and reboot(maybe don't need). then open with Runner.xcworkspace (not Runner.xcodeproj)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants