Yaniv Sosnovsky
02/08/2021, 2:03 PMArtyom Degtyarev [JB]
02/08/2021, 3:32 PMYaniv Sosnovsky
02/08/2021, 4:03 PMAmritansh
02/09/2021, 12:19 PMArtyom Degtyarev [JB]
02/09/2021, 12:23 PMAmritansh
02/09/2021, 2:40 PMXcode 12.2
Yaniv Sosnovsky
02/10/2021, 9:13 AMAmritansh
02/10/2021, 5:48 PMThis issue for me was caused by including the framework in the bundle. Ie, I was copying the .framework file into the app bundle. This isn’t necessary as the framework is statically linked against the main app binary.
Most likely, you have a folder containing the .framework that you copied into your project (like an “external” or “ThirdParty”). That folder should not have membership to any target.
Yaniv Sosnovsky
02/11/2021, 7:53 AM