-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/update Xcode 14 swift 5 #1
base: master
Are you sure you want to change the base?
Feature/update Xcode 14 swift 5 #1
Conversation
Update Async, it was pointing to Swift 3, link to git url directly for the latest version 2.1.0 Uncheck Info.Plist from target. This fixes the issue, Multiple commands produce the output info.plist Run CocoaPods on project folder
This fixes the issue unknown type name 'foundation_export'
Static declarations are implicitly 'final'; use 'public' instead of 'open' 'let' properties are implicitly 'final'; use 'public' instead of 'open'
Update pod file and point to latest AsyncSwift, Quick, Nimble
Fix compile time issue
Update deployment target to iOS 12 Run pod update command on example project Bump up swift version to 5
Switch from Time interval to dispatch time interval API as supported by Nimble
Bump the version to 1.2.0 mark the swift version 5 in podspec
…rom compile sources remove info plist file from compile sources fixes the issue Multiple commands produce the output info.plist Done for unit test target as well
Update travis to latest xcode version available
Commit both pods folder for both the example and source project
Hello @koraykoska. Requesting to review this pr and let me know your thoughts. Steps: Register your trunk session by : pod trunk register [[email protected]] 'Koray Koska' --description='macbook pro' |
Hi @koraykoska, thank you for your time to review my request. I am still interested into development of this repo. Can you please add me as a collaborator in this repo and to cocoapods. steps mentioned above. thanks |
Attempt to run the project on Xcode14 and fix the issues along the line.
List of tasks done: