I’m making an attempt to arrange fastlane to automate screenshots for my ios app.
I’m have points with all 3 methods to setup fastlane described right here: fastlane setup ios
Every totally different methodology ultimately leads me to getting an error of the shape: dyld[xxxxx]: lacking image referred to as
which isn’t a really useful error message and has left me stumped as i’m not sure as to what the basis trigger is.
I’m sure i’ve the newest xcode command line instruments put in and my ruby model is: ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.x86_64-darwin23], which is bigger than the required 2.5 by fastlane.
when i run gem set up bundler
: lacking image referred to as
when i run gem set up --user-install bundler
: lacking image referred to as
i’ve tried establishing an rvm or rbenv however these end in the identical points.
i acquired a lot additional utilizing this methodology, however ultimately ended up with the identical downside
fastlane appeared to put in high-quality, nonetheless when i ran fastlane init swift
(choice 1 for automating screenshots), i acquired by means of till the step the place i have to enter my apple id credentials, after which after i put in my right username and password: lacking image referred to as
instead i attempted urgent 4 for a guide setup, nevertheless it appeared to me that the generated fastlane recordsdata have been riddled with errors reminiscent of deprecated swift capabilities and scoping errors
as a final resort i attempted sudo gem set up fastlane
, after fetching a big chunk of recordsdata, I finally acquired to the lacking image referred to as
error once more.
I’m at a loss as what to strive subsequent, please let me know if there may be any extra data i can present and any potential options are welcome – thanks!