Closed abdelaziz-mahdy closed 1 year ago
even on fvp example it fails :_(
arm64 simulator?
The iOS simulator's architecture is x86_64.
That's what I found from Google search
i can't reprodyce it. i need build log with --verbose
i just searched in the logs its arm64 i think as you mentioned
{
"simulator" : true,
"operatingSystemVersion" : "16.4 (20E247)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone15,2",
"identifier" : "7E7D7194-D699-40A5-9281-8E5D860CA41F",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-14-pro-1",
"modelName" : "iPhone 14 Pro",
"name" : "iPhone 14 Pro",
"ignored" : false
},
also this is the logs file just incase it helps
for flutter run --verbose > logs.txt
on fvp example
logs.txt
I've updated mdk in cocoapods. Now you can run pod repo update
to update local indices, then run pod cache clean mdk
and in example/ios run pod deintegrate
thank you very much, now it works <3
trying to run the project on ios
meanwhile the build runs without errors
any idea why it may fail?