withmono / connect-ios

MIT License
4 stars 4 forks source link

Build Architecture issues on Xcode 16 #17

Open elviva404 opened 1 month ago

elviva404 commented 1 month ago

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.

Screenshot 2024-10-21 at 5 40 57 PM

elviva404 commented 4 weeks ago

This is quite urgent, can someone help with this please @ijbkid @whoisprakhar @drakeson @umar-abdullahi

drakeson commented 3 weeks ago

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.