Bitrise Xcode build showing build errors not present when building locally

I’ve been using Bitrise to automatically deploy iOS builds and I’m noticing the build step is extra sensitive to particular code. I recently got an error for the following:

❌  /Users/[REDACTED]/git/Project/Project/ProjectRoot.swift:22:39: type '()' cannot conform to 'View'
            if session.session != nil {

When building via Xcode the app compiles fine, are there extra steps or a linter involved when you build and archive via Bitrise’s Xcode Archive & Export for iOS step?

If so I’d like to disable this because the error provided above is not an error.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.