-
Notifications
You must be signed in to change notification settings - Fork 576
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
Apple Review #331
Comments
Same Issue. |
Any solution? |
same problem...any update? |
Same issue. We worry about it, because on next app deploy we can stuck on this. |
From the Readme:
I looked around the source, and it appears Bolts' usage of UIWebView revolves entirely around Facebook App Links, which makes sense because the framework was originally developed by Facebook. I'm thinking of making a fork which just strips App Links functionality since this seems to be Bolts' only relation to FB. For me, and I think many others, it just needs to work for Parse SDK. |
Hmm, okay, it's up and works in my project. https://github.com/tealshift/Bolts-ObjC |
Or you can reference just the
|
Switched from including Bolts and Parse framework manually to including the Bolts/Tasks cocoapod. This: - allows us to avoid hard-copying source files - use only BFTasks and avoid imports through other parse modules (see BoltsFramework/Bolts-ObjC#331 This also allows us to remove additional frameworks from plugin.xml Yay!
New release should be out later! |
If s.version need to be updated to 1.9.1 on Bolts.podspec? @noobs2ninjas |
Should be all set with current release of Bolts-ObjC 1.9.1. |
After uploading the App to appstoreconnect,we receive this message:
I am integrating
Bolts
byCocoaPods
,I wonder how i can delete the files that using UIWebView related API.The text was updated successfully, but these errors were encountered: