xcode10.2

This copy of libswiftCore.dylib requires an OS version prior to 12.2.0

余生长醉 提交于 2019-12-04 20:46:37
问题 The app crashes on launch when running from XCode 10.2 (before and after Swift 5.0 migration) with this on console This copy of libswiftCore.dylib requires an OS version prior to 12.2.0. I understand the error, but not sure what is required to fix this. 回答1: Someone in my team fixed the issue. It is a fix in BUCK providing /usr/lib/swift as a first argument for runtime search paths to linker if iOS >= 12.2, it should load platform libraries. 回答2: Got it fixed in our ObjectiveC-only project by

There's problem with PDFKit appeared after update to Xcode 10.2. Is there any way to solve?

故事扮演 提交于 2019-12-02 17:35:28
问题 The app crashes when I try to use pdfkit to display pdf-file. Here's the simple example​: import UIKit import PDFKit class ViewController: UIViewController { @IBOutlet weak var pdfView: PDFView! override func viewDidLoad() { super.viewDidLoad() if let path = Bundle.main.path(forResource: "file", ofType: "pdf") { let url = URL(fileURLWithPath: path) if let pdfDocument = PDFDocument(url: url) { pdfView.displayMode = .singlePageContinuous pdfView.autoScales = true // pdfView.displayDirection =

Xcode 10.2 Update issue Build system error -1: Unable to load contents of file list: input/output xcfilelist

泪湿孤枕 提交于 2019-11-30 08:02:05
After upgrading to Xcode 10.2 I am getting 2 errors :-1: Unable to load contents of file list: 'xxxxx/Pods/Target Support Files/Pods-xxxx/Pods-xxxxx-frameworks-Debug-input-files.xcfilelist' (in target 'xxxxx') :-1: Unable to load contents of file list: 'xxxxx/Pods/Target Support Files/Pods-xxxxx/Pods-xxxxx-frameworks-Debug-output-files.xcfilelist' (in target 'xxxxx') I updated all my pod and changed build system to "Legacy Build System" but still getting the same build error madiver I struggled with this for several hours today and this is what finally worked for me: sudo gem update cocoapods

Is it possible to install Xcode 10.2 on High Sierra (10.13.6)?

回眸只為那壹抹淺笑 提交于 2019-11-28 16:24:09
I recently upgraded iOS in my iPhone device to 12.2, and this does not appear to be compatible with Xcode 10.1. Should I update Xcode to 10.2 ? In my Mac with High Sierra, when I click "Update" for Xcode, 10.2 is not available. I have found this link: https://support.apple.com/en-us/HT209606 With this comment: "Xcode 10.2 Released March 25, 2019 Kernel Available for: macOS High Sierra 10.13.6 or later" How can I install Xcode 10.2 with High Sierra in order to test iOS 12.2 ? Note: Upgrading to Mojave is NOT an option in my old Mac. Yes it's possible. Follow these steps: Download Xcode 10.2 via

Is it possible to install Xcode 10.2 on High Sierra (10.13.6)?

梦想与她 提交于 2019-11-27 19:50:57
问题 I recently upgraded iOS in my iPhone device to 12.2 (to provide support of latest versions for my app "Match4app"), and this does not appear to be compatible with Xcode 10.1. Should I update Xcode to 10.2 ? In my Mac with High Sierra, when I click "Update" for Xcode, 10.2 is not available. I have found this link: https://support.apple.com/en-us/HT209606 With this comment: "Xcode 10.2 Released March 25, 2019 Kernel Available for: macOS High Sierra 10.13.6 or later" How can I install Xcode 10.2

How to fix “SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0” error in Xcode 10.2?

空扰寡人 提交于 2019-11-27 19:13:15
I'm trying to run downloaded from app, try to open in Xcode and have an error: " Showing Recent Messages :-1: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'SimpleWeather')" Xeneka Select the target 'SimpleWeather' in the project and change language version Target->build setting -> Swift compiler language -> select 5, 4.2 etc Deepak Chaudhary For Xcode 10.1, select your Pods File -> Go to Build Settings -> Choose your Pod -> Search "Swift" -> Navigate to "Swift Language version" -> Set to desired language version. Easiest way: 1.Click on PODs in the left

How to fix “SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0” error in Xcode 10.2?

雨燕双飞 提交于 2019-11-27 04:15:03
问题 I'm trying to run downloaded from app, try to open in Xcode and have an error: " Showing Recent Messages :-1: SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'SimpleWeather')" 回答1: Select the target 'SimpleWeather' in the project and change language version Target->build setting -> Swift compiler language -> select 5, 4.2 etc 回答2: ******** Easiest way: ********** 1.Click on PODs in the left column. 2.In the centre column select the pod you want, then