How to Fix: iOS 9 “fbauth2” missing from Info.plist
iOS 9 'fbauth2' missing from Info.plist requires FBSDKLog to be present in LSApplicationQueriesSchemes.
📋 Table of Contents
The 'fbauth2' issue in iOS 9 can be resolved by adding the required URL scheme to your Info.plist file. However, if you have already added it and are still experiencing issues, here's a step-by-step guide to troubleshoot the problem.
🛑 Root Causes of the Error
- Insufficient or incorrect addition of 'fbauth2' to the Info.plist file.
🔧 Proven Troubleshooting Steps
Method 1: Manual Addition
- Step 1: Open your project in Xcode and navigate to the Info.plist file.
- Step 2: Locate the 'LSApplicationQueriesSchemes' key and add the 'fbauth2' scheme.
- Step 3: Save the changes and re-run your app on an iOS 9 device or simulator to test if the issue is resolved.
Method 2: Automatic Generation
- Step 1: Open your project in Xcode and navigate to the General tab under the app's target.
- Step 2: Click on the '+' button next to 'URL Schemes' and add the 'fbauth2' scheme.
- Step 3: Save the changes and re-run your app on an iOS 9 device or simulator to test if the issue is resolved.
💡 Conclusion
By following these steps, you should be able to resolve the 'fbauth2' missing from Info.plist error in your iOS 9 project.
❓ Frequently Asked Questions
🛠️ Related Fixes
How to Fix: Pc crashes shortly after launching game (rainbow
Pc crashes shortly after launching game, possible cause: outdated grap
How to Fix: Installing an APK on a locked down phone
Installing an APK on a locked down phone: Try using a rooted device, e
How to Fix: FPS drops
FPS drops in games can be caused by high system resource usage, outdat