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