Getting Error while Running Fastlane #3675
Unanswered
diptikhurana
asked this question in
Q&A
Replies: 1 comment
-
Also we are using xcargs: "-skipMacroValidation" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to run fastlane pipeline on a project which is using composable architecture . Due to restriction of one of our framework our project runs on Rosetta simulator only. So I am able to run my project on rosetta simulator locally but while running a pipeline with rosetta Simulator it fails with the below error:
❌ error: Build input file cannot be found: '/opt/builds/FastLaneApp/.DerivedData/Build/Products/Debug/PerceptionMacros'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'Perception' from project 'swift-perception')
None of the architectures in ARCHS (x86_64) are valid. Consider setting ARCHS to $(ARCHS_STANDARD) or updating it to include at least one value from VALID_ARCHS (arm64). (in target 'PerceptionMacros' from project 'swift-perception').
Any suggestions for above error ?
Beta Was this translation helpful? Give feedback.
All reactions