I've implemented packages in SwiftUI using Add Package These packages are working fine in the simulator. But when I've tried to run on a real iOS device (iPhone 8 plus). It is showing the error. I've deleted Derived data and Clean Build Folder and Build. Even I've restarted Xcode, removed packages, and again re-added then also it's not working on real deivce.
Asked
Active
Viewed 168 times
2
-
1Have you tried if there is any architecture issue? VALID_ARCHS https://stackoverflow.com/a/68778205/7024806 – Wasi Sadman Feb 07 '22 at 20:25
-
@WasiSadman I've tried. But still, it's not working on the real device. – Bijoy Debnath Feb 08 '22 at 06:37