ylliX - Online Advertising Network

React native “pod install” gives “Invalid `Podfile` file: No such file or directory – command -v node” error

I was trying to use the @react-native-community/geolocation module, but it says the module is not linked and asks to run “pod install”. Running the command it throws another error: Invalid Podfile file: No such file or directory – command -v node The app works fine when running on android, but crashes when running tests with […]

Disabling mapping file uploads with Crashlytics

One of the more famous crash reporting tools used in Android development is probably Crashlytics. It offers up a lot of insight into an app’s performance – from device characteristics to insights on issue commonalities. If, like my current project, obfuscation is enabled in an app, Crashlytics has a Gradle plugin that uploads the mapping […]

File Coordination Fixed!

I wrote a post a few months ago about sharing data between iOS apps and app extensions in which I recommended using NSFileCoordinator and NSFilePresenter. But I had to update the post to remove that portion when some helpful people pointed me to Apple Tech Note 2408, which read in part: When you create a […]