You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2019. It is now read-only.
Attempting to build and run the FlowDemoApp project in Xcode 8.3.3 fails with two issues:
'Swift Language Version' in the app and test targets still reference Swift 4 instead of Swift 3 (do a global search for 'SWIFT_VERSION' to find these).
The file "ProfileHeader.xib" has been saved in Xcode 9 format with 'Use Safe Areas Layout Guides' enabled. Disabling that checkbox and changing the file's 'Opens in:' popup to Xcode 8.x fixes this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Attempting to build and run the FlowDemoApp project in Xcode 8.3.3 fails with two issues:
'Swift Language Version' in the app and test targets still reference Swift 4 instead of Swift 3 (do a global search for 'SWIFT_VERSION' to find these).
The file "ProfileHeader.xib" has been saved in Xcode 9 format with 'Use Safe Areas Layout Guides' enabled. Disabling that checkbox and changing the file's 'Opens in:' popup to Xcode 8.x fixes this.
The text was updated successfully, but these errors were encountered: