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
The readme.md does not specify that the language for Share Extension should be Swift. As a result, I used Objective C which was the default selected by Xcode and I could not complete step 8 for iOS which was
// Go to Build Phases of your Runner target and
// move `Embed Foundation Extension` to the top of `Thin Binary`.
import receive_sharing_intent
class ShareViewController: RSIShareViewController {
// Use this method to return false if you don't want to redirect to host app automatically.
// Default is true
override func shouldAutoRedirect() -> Bool {
return false
}
}```
This is a super omission.
The text was updated successfully, but these errors were encountered:
The readme.md does not specify that the language for Share Extension should be Swift. As a result, I used Objective C which was the default selected by Xcode and I could not complete step 8 for iOS which was
The text was updated successfully, but these errors were encountered: