Nate Petersen

Results 6 comments of Nate Petersen

I'm running into the same problem (M1 Max, 64 GB RAM). Interestingly, it works fine with 1.4 (the first model I installed). But I get this `plan_submit` error on 1.5...

We are having the same problem after updating to Xcode 16. The same fastlane script works with Xcode 15. Here is the end of the output from the working Xcode...

This is the exact command we are using: ```ruby gym( workspace: WORKSPACE_FILE, project: PROJECT_FILE, scheme: scheme, export_method: 'app-store', clean: true, export_options: { iCloudContainerEnvironment: 'Production', provisioningProfiles: PROVISIONING_PROFILES } ) ```

After fiddling with it some more, changing `gym` to `build_ios_app` also fixed the problem for us.

@drcbandreasen it ended up being a direct replacement for us. This is how we are calling it: ```ruby build_ios_app( workspace: WORKSPACE_FILE, project: PROJECT_FILE, scheme: scheme, export_method: 'app-store', clean: true, export_options:...

Just popping in to say I have the exact same problem as the OP. It would be great to have a way to silence these warnings when running unit tests....