Skip to content

Instantly share code, notes, and snippets.

@mojtabacazi
Last active September 22, 2015 19:54
Show Gist options
  • Save mojtabacazi/c2b851f728216d849b69 to your computer and use it in GitHub Desktop.
Save mojtabacazi/c2b851f728216d849b69 to your computer and use it in GitHub Desktop.
Getting Started with Xcode 7 and iOS 9
1. Project Settings | build settings -> Enabele Bitcode => NO
2. Add following to `-info.plist`
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
3. If using Facebook SDK : https://developers.facebook.com/docs/ios/ios9
4. Project Settings | General -> Deployment Info -> Requires Full Screen => Checked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment