EdgeApp / airbitz-ios-gui

Airbitz iOS wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old version of XIB doesn't accepted by Xcode 9

johnny77221 opened this issue · comments

While compiling with latest Xcode, it displays following error:

/* com.apple.ibtool.document.warnings /
/Users/a/airbitz-ios-gui/Airbitz/Google Drive/GTMOAuth2ViewTouch.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited.
/
com.apple.ibtool.document.errors */
/Users/a/airbitz-ios-gui/Airbitz/Google Drive/GTMOAuth2ViewTouch.xib:global: error: Compiling IB documents for earlier than iOS 7 is no longer supported.

changing GTMOAuth2ViewTouch.xib to build for iOS 7.0 and later solves the problem