rockbruno / SwiftInfo

๐Ÿ“Š Extract and analyze the evolution of an iOS app's code.
https://swiftrocks.com
MIT License
1.15k stars 58 forks source link

Xcode 12 & Swift 5.3 support #44

Closed andre-alves closed 4 years ago

andre-alves commented 4 years ago

Hi Bruno ๐Ÿ‘‹,

We are using Cocoapods installation option and running SwiftInfo with Xcode 12 outputs the following error:

* SwiftInfo 2.3.11
./Infofile.swift:1:8: error: module compiled with Swift 5.2.2 cannot be imported by the Swift 5.3 compiler: /Users/andre.alves/i/Pods/SwiftInfo/bin/../include/swiftinfo/SwiftInfoCore.swiftmodule
import SwiftInfoCore

I can try to help but just releasing a new version built with Xcode 12 should probably fix the issue.

rockbruno commented 4 years ago

Hey Andrรฉ :) I'll compile a new version and post it here. It's weird because module stability should've fixed it many versions ago but I'm not sure why it doesn't work with command line tools

rockbruno commented 4 years ago

@andre-alves Pushed 2.3.12

andre-alves commented 4 years ago

Thanks!