Open elviva404 opened 1 month ago
This is quite urgent, can someone help with this please @ijbkid @whoisprakhar @drakeson @umar-abdullahi
If you have control over the framework generation, including the missing architecture, particularly the arm64 simulation one is recommended. For distribution, prefer using ios-arm64_i386_x86_64-simulator or ios-arm64_x86_64-simulator if supporting older simulators isn't a priority. In cases where you don’t have access or can’t request the framework from the provider, you’ll need to exclude the missing architecture using EXCLUDED_ARCHS.
After updating to xcode 16 & MacOS 15.0(Sequoia) I encounter this issue when I attempt to run my app on a simulator
Could not find module 'ConnectKit' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator,
I have followed this instruction, however I still encounter the same problem. kindly assist.