afdy
afdy
Mine does this too since the upgrade, looks like the web server on the wifi unit no longer accepts the hostname in DNS as a valid host, and instead needs...
How you getting in with the update? I’m intrigued (and super keen to see if push notifications will be fixed!).
Awesome thanks - just had a blast, couple of minor points so far; - new guide doesn't mention creating app.variables.js - fastlane swith fails with "[07:36:58]: No such file or...
I found another couple of issues; - I had to upgrade the OneSignal library to not support UIWebView (against apple guidelines). I upgraded to 3.9.3 to make it work, but...
Retried today from scratch, in case it was the OneSignal upgrade that broke it - but no, same error.
Got it - I had to add react-native-splash-screen and then the android version built too. Missing from package.json. That was a hard one to track.
Cool thanks - just tried a fresh run and it fails with the same error as previous until I add react-native-splash-screen. Fastlane build process must call it somewhere.
Hmm I'd say not possible, I checked out a whole new directory, only files that persist are ones I've copied over in .env.myapp, and the contents of the myapp folder....
Removed this bit: ``` @color/splashprimary ``` from styles.xml and it builds without it now.
Awesome, this now works great thanks! Awesome work by the way, really useful stuff! Love fastlane - is there any way fastlane can take over the build numbering in the...