cgorringe / wayback-machine-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wayback Machine iOS App

https://github.com/internetarchive/wayback-machine-ios

Install Dependencies

sudo gem install cocoapods
pod install

Troubleshooting

Pod Install returns an error?

Try editing Podfile and remove or comment out targets 'WMTests' and 'WMUITests'. (which should have already been done...)

IQKeyboardManager framework not compiling?

Try this quick fix in XCode:

Pods > IQKeyboardManagerSwift (dropdown) > Build Settings > Build Options > Require Only App-Extension-Safe API > Set to NO

About


Languages

Language:Swift 67.2%Language:Objective-C 32.4%Language:Ruby 0.3%Language:C 0.1%