Joseph O'Shea

Tagged “ios”

  1. 2024 Updated guide: Make it easy to ship TestFlight builds of your iOS app with fastlane
    Updated guide on using fastlane to automate the process of building, signing, and uploading your iOS app to TestFlight.
  2. Fixing 'incompatible device' error in xcode when creating a new simulator
    When attempting to create a new simulator, xcode gives the vague error "incompatible device" - here is how to solve it
  3. Inspecting the contents of AsyncStorage files on Mac
    The internal state of AsyncStorage can be crucial for debugging and testing React Native apps. Peel back the curtain and AsyncStorage is storing json files on your filesystem. Here is how to quickly find them and inspect them directly.
  4. Correcting my mental model of Cocoapods - the contents of Pods/ does matter!
    My mental models was that the content of the Pods/ did not impact the output of `pod install` but I learned that is not correct
  5. Make it easy to ship TestFlight builds of your iOS app with fastlane
    Using fastlane automates the process of building, signing, and uploading your iOS app to TestFlight for beta testing.

See all tags.