Hi @andrea241, I added the below in the podfile & it worked.
config.buildsettings['EXCLUDEDARCHS'] = 'arm64'
Post
Replies
Boosts
Views
Activity
let app = XCUIApplication(bundleIdentifier: "<Your Bundle Id>")
app.launch()