fastlane
Here are 330 public repositories matching this topic...
I download the ZIP and run npm install but then I run expo start and I get:
[11:17:11] Starting project at /Volumes/Sata/repositories/snowflake copy
[11:17:12] Expo DevTools is running at http://localhost:19002
[11:17:12] Error: Missing app.json. See https://docs.expo.io/
[11:17:12] No Expo configuration found. Are you sure this is a project directory
How I solve this?
Th
-
Updated
Jun 3, 2020 - Swift
-
Updated
Mar 17, 2020 - Java
Enhancement Suggestion
Currently if Rome does not find a dependency or bcsymbolmap in the cache it outputs this as an error, and this is particularly ugly when used with Fastlane.
It is just noise in almost all cases I can think of, and is particularly noisy when you do your first Rome download and when you build only for one platform e.g. iOS where you get all the symbol map errors.
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Issue Description
When running fastlane swift and i
-
Updated
Jun 4, 2020 - Objective-C
-
Updated
Mar 31, 2020 - Ruby
-
Updated
Mar 18, 2020 - Ruby
This should be useful to remind people to turn on location services when WWDC starts, and maybe let people know of more time critical information. Not sure if besides that it would be useful?
Some of the simulators on my machine are unavailable. For instance, the iPad Pro 11 inch on iOS 12.2 is not available because I have not installed the iOS 12.2 simulator.
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-12-2 --
iPhone 5s (739BB7D5-8286-4689-A851-B4BA054B62C6) (Shutdown) (unavailable, runtime profile not found)
iPhone 6 Plus (8D83D9CF-F3E4-4E0B-91CE-B5B61118
From Slack @joshdholtz :
look at s3 action for example
add def self.deprecated method
update description to remove anything that would draw users to using the action (the deprecate message i THINK shows up where in the description i places (i forget))
i might also add more UI.deprecated("eifewfew") calls inside of def self.run if important
or remove all of def self.run if like… SU
-
Updated
May 31, 2020 - Dockerfile
-
Updated
May 2, 2020 - Swift
-
Updated
Jun 3, 2020 - Ruby
-
Updated
Apr 11, 2020 - Ruby
-
Updated
Jan 1, 2020 - Kotlin
Adding CONTRIBUTING with descriptions and current state.
We need an easy way to access ENV variables in the Autobahn.swift and it would also be nice to add support for loading variables from dotenv files as well. I believe if we load them in the CLI the process that gets kicked off to run the Autobahn.swift will share the same ENV but this still needs to be confirmed
Documentation
fastlane actions cordova
+------------------------------------+----------------------------------------------------+
| cordova Output Variables |
+------------------------------------+----------------------------------------------------+
| Key | Description
-
Updated
Mar 24, 2020 - Swift
If I follow the Fastlane recommendation to use a Gemfile, I get this warning when running TiFastlane commands:
[10:38:12]: fastlane detected a Gemfile in the current directory
[10:38:12]: however it seems like you don't use `bundle exec`
[10:38:12]: to launch fastlane faster, please use
[10:38:12]:
[10:38:12]: $ bu
Improve this page
Add a description, image, and links to the fastlane topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fastlane topic, visit your repo's landing page and select "manage topics."
New Issue Checklist