Skip to content

Instantly share code, notes, and snippets.

@fatgy
Last active July 16, 2018 04:53
Show Gist options
  • Save fatgy/0a3799c6556103b309de4cddc63d38b2 to your computer and use it in GitHub Desktop.
Save fatgy/0a3799c6556103b309de4cddc63d38b2 to your computer and use it in GitHub Desktop.
clean build in xcode

via Facebook Login with React Native for iOS

  1. Clean Build -> ⇧⌘K (Shift + Command + K) - to clean builded frameworks
  2. Clean Build Folder -> ⌥⇧⌘K (Option+Shift+Command+K)
  3. Close Xcode
  4. Run this command in terminal rm -rf ~/Library/Developer/Xcode/DerivedData
  5. Open Xcode (in the ios folder of the React Native project, run open RougeOne.xcodeproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment