Felipe Espinoza

Results 8 comments of Felipe Espinoza

this on its own means a lot of refactoring for the app itself. another alternative would be to use layers instead, as far as i understand this is the approach...

on our app we got the same crash... it's not that frequent 3 times so far, and with iPhones 6s exclusively (at least for now)

Hey @Krisiacik it depends on which version of CocoaPods you are using, cocoa pods 1.5.0 has issues with playgrounds (https://github.com/CocoaPods/CocoaPods/issues/7689) and depending the set up of your project, you may...

addressed in https://github.com/ProjectDent/LinkLabel/pull/2

I also have this error... minSdkVersion 21 and targetSdkVersion 28, with `0.8.0` ``` java.lang.RuntimeException: Failed to create the directory /sdcard/screenshots/com.schibsted.peil.android.dev.test/screenshots-default for screenshots. Is your sdcard directory read-only? at com.facebook.testing.screenshot.internal.ScreenshotDirectories.getSdcardDir(ScreenshotDirectories.java:121) at...

I still don’t manage to bootstrap the snapshot tests, I still get the same stack trace ``` java.lang.RuntimeException: Failed to create the directory /sdcard/screenshots/com.schibsted.peil.android.dev.test/screenshots-default for screenshots. Is your sdcard directory...

i've been using playgrounds a lot for iOS, in Xcode 9.3, the errors that you mention appear often, for example https://github.com/kickstarter/ios-oss/blob/master/Kickstarter-iOS.playground/Sources/playgroundController.swift won't work anymore, because it will result in the...

the point with #2 is also to have "error handling"