When I attach my iPhone 5, Xcode is showing it as ineligible device. My Xcode is 6.4 and iOS is 9.0.2. How can I solve that issue? I am new to Xcode and iOS development.
Why is my iOS 9 iPhone showing as ineligible device in Xcode 6.4?
657 views Asked by Nay At
1
There are 1 answers
Related Questions in IOS9
- How can I resolve 'allowsBackgroundLocationUpdates' error in flutter
- Can't install Firebase distribution builds on devices using iOS 9
- Got a EXC_CORPSE_NOTIFY symbol crash, Not able to track what when wrong
- How to run iPad 2 with iOS 9 emulator on Xcode 12?
- framer-motion ios 9 compatibility
- UNUserNotificationCenter alternative for iOS 9
- ReacJS not rendering component on iOS 9 iPad
- Error when presenting view controller containing a WKWebView IOS9
- Unble to access public class of Swift embedded framework in objective-c project
- UIApplicationOpenURLOptionUniversalLinksOnly causes crash on iOS9 even though it's enclosed in an @available condition
- Xcode Error: Could not instantiate class named _UIScrollViewLayoutGuide
- iOS 9 Video Interstitial Ads crash
- Swift Package minimum ios version
- How to differentiate code based on iOS version during compile time
- Remote debug safari ios9 and MacOs 10.13
Related Questions in XCODE6.4
- UIAlertview Delegate Method not calling in Child View Controller
- Xcode 6.4 quits unexpectedly in macOS Sierra?
- Unable to display value of M_PI on UILabel swift
- OS X - 10.10.4 ld: symbol(s) not found for architecture x86_64
- iOS XCode: How to load a value from a user-defined setting from build settings at run time
- Comet Chat SDK integration compile time error
- Integrate Linphone for iPhone
- How to check whether Dictation is enabled in iOS Keyboard.?
- iOS Simulator recreates sql database/table
- duplicate symbols for architecture x86_64 xcode linking error swift
- How to run swift 1.2 code on an iOS 9.1 device?
- Row Height of UITableView Custom Cell doesn't update, Swift iOS8
- Could not build module UIKIT in Xcode 6.4 and Xcode 7
- Verifying Xcode 7.1 launcher appears for long time
- Xcode 6.4 iOS device/Simulator and Scheme option disappear in OS X El capitan
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can still use XCode 6.4 to develop against iOS 9.0.X and 9.1 devices. However, you will need to run XCode 7.X once with your device attached in order for symbols to be copied. Connect your phone to your Mac, launch XCode, go to Devices, and wait for the operation to complete. If your phone has iOS 9.1 installed, you must run XCode 7.1 for this to work. For iOS 9.0.X, you can run XCode 7.0.1 to copy symbols.
Once you do this, you will be able to push builds to your iOS 9 device from XCode 6.4.
Also note that XCode 7.1. requires either El Capitan or MacOS 10.10.5. If you do not yet want to upgrade to El Cap (XCode 6.4 will not run on El Cap), you can find the MacOS 10.10.5 update on the developer portal. Hope this helped. Fun stuff!