@NilayDagdemir Have you solved this problem? I'd like to use latest version of brew's cocoapods instead of using Rosetta
or arch -x86_64
.
Could not find module 'SkeletonView' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator on M1 Chip
1
Could not find module 'SkeletonView' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator on M1 Chip #486
Description
SkeletonView fails when try to run my ui tests via fastlane command on a Mac Mini with M1 chip.
Issue Type
Requirements
Bug Report
I recieve this error when I try to run my ui tests via fastlane command on a Mac Mini with M1 chip:
could not find module 'SkeletonView' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator, at: /[DEVELOPER_PATH]/Xcode/DerivedData/[PROJECT_NAME]-aszrsdazdfzrgyelpmnfdgehbkgb/Build/Products/Debug-iphonesimulator/SkeletonView.swiftmodule
On Macbook with an intel chip, it's working without an error.
Fastlane Command
This is the lane that I'm using in order to run UI tests:
SkeletonView Environment:
I installed the SkeletonView using swift package manager.
SkeletonView version:1.25.1 Xcode version: 13.2.1 Swift version:5.5
Expected result:
Test Succeeded
Actual result:
Could not find module 'SkeletonView' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator on M1 Chip