I am facing a little strange problem with Xcode, that is when I run my app is Xcode shows Succeeded but my app does not run automatically on iPhone or Simulator. I have to manually click on app icon then it runs. I have already tried all the solutions I could find. I have tried the following points:
- Adding in armv6
- Restarting xcode
- Restarting device/simulator
- Removing device from the organizer then adding it back.
- Restarting Mac Book Pro.
- Cleaning project and rebuilding
- Check plist
- Check target
- Check product>edit scheme > select run option (and info tab) ==> all is fine there
Please note I am using these frameworks via pods name are:
pod 'IQKeyboardManager'
pod 'GooglePlacePicker'
pod 'Firebase/Messaging'
pod 'Google'
pod 'Google/SignIn'
pod 'FBSDKCoreKit'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
The app does not run automatically even after Xcode show Build succeeded on simulator/iPhone.