I have my custom framework and it works properly in XCode 10. I rebuild it in XCode 11 beta 3, then integrated into the app, and get the following error:
Could not f
Please check your Scheme be sure to run correct scheme.
And then you should open XCode > -Your Main Target- > Build Active Architecture Only and set 'NO' to build on the all architectures.
Options:
YES - If set to yes, then Xcode will detect the device that is connected, and determine the architecture, and build on just that architecture alone.
NO - If set to no, then it will build on all the architectures.