Max Ott
Max Ott
As far as I know this is the expected behaviour. `Fastlane` was initially / historically built for mobile / iOS apps. Some Mac app functionalities were available, but most of...
It's still a different way than the standard iOS way as you described it yourself. It would definitely be great if that's supported, but it's a feature addition and not...
Please add your `fastlane` env so the community will be able to help.
What are the values in the privacy report? As far as I know you need to declare some values for TRACKING if you upload the respective plist values.
I think there are multiple ways to do this, not sure if you are doing it the easy way 😇 This has been working for me: ``` connect_app = Spaceship::ConnectAPI::App.find(bundle_id)...
Ruby is case sensitive. `spaceship::connectapi.login` in line 3 might be the issue. This needs to be `Spaceship::ConnectAPI.login`
I think there's a new option in Xcode that is called "automatic version numbering" or similar. Here Xcode will "hijack" and automatically increase the build/version number by itself. Probably we...
Can you put the full crash log here?
I would recommend using `bundler` for best compatibility!
@anasyarn Did you test this? Would love to merge this, but as it's a rather "big" change, we need to ensure enough people from the community tested it.