-
Notifications
You must be signed in to change notification settings - Fork 238
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
Using app extension only API #69
Comments
Ah, as I don't use Carthage but Cocoapods I never thought of that; good catch! Would you be willing to submit a PR? That way as you are one using it with Carthage and app extension I guess you'd be better suited to test it and know the proper changes to make 😉 Thanks! |
Strange, I see this warning in last version of Reusable as well 😞
|
You are right. It worked in my fork when I did the PR but still shows the warning here. I must have forgotten to commit something. Will look into it again. |
@marekpridal try |
@igorkulman I will test it during weekend, unfortunately I cannot try it sooner 😞 |
Looks like OK! Thanks a lot! 👍 |
@igorkulman Did you figure out the difference between your fork and my repo? Would love a PR fixing that 😉 |
Yesterday I have changed source in my Cartfile from
|
Super strange. Is there still a diff between the two that we might have missed? Also, not sure how Carthage manages its cache, maybe it's using a cached version of my repo and master branch instead of cloning it from the latest master? Would be interesting to check if there's a way to clear Carthage's cache to be sure |
Using the library not only in the "main" app but also in a Share extension, I am getting a warning
The code probably only uses APIs that are "extension-safe", so it would be nice to check the box in the project settings to make the warning disappear.
The text was updated successfully, but these errors were encountered: