Hi, I use in my own framework AWSCore and AWSS3 xcframeworks but they are distributed dynamically, so host apps can install AWS from let's say cocoapods... but after 2.35.0 none of the new frameworks work (2.35.0 OK, 2.36.... Bad), they crash on app start with the following error:
If you're aware of this issue could you please help to solve it? what should I modify in my framework for this to work again?
Symbol not found: __ZN5swift34swift50override_conformsToProtocolEPKNS_14TargetMetadataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E
Referenced from: <B0AE5A6D-C81B-3B87-A3E0-154C0BA09BF7> /private/var/containers/Bundle/Application/D181A6CD-2E4B-47B4-9DC1-EC991B662CC4/MyApp.app/Frameworks/MyFramework.framework/MyFramework
Expected in: <4B17A244-6C69-39FC-92F4-55197BDE87B5> /private/var/containers/Bundle/Application/D181A6CD-2E4B-47B4-9DC1-EC991B662CC4/MyApp.app/Frameworks/AWSCore.framework/AWSCore
dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libLogRedirect.dylib:/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libViewDebuggerSupport.dylib
Symbol not found: __ZN5swift34swift50override_conformsToProtocolEPKNS_14TargetMetadataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEPFPKNS_18TargetWitnessTableIS1_EES4_S8_E
Referenced from: <B0AE5A6D-C81B-3B87-A3E0-154C0BA09BF7> /private/var/containers/Bundle/Application/D181A6CD-2E4B-47B4-9DC1-EC991B662CC4/MyApp.app/Frameworks/MyFramework.framework/MyFramework
Expected in: <4B17A244-6C69-39FC-92F4-55197BDE87B5> /private/var/containers/Bundle/Application/D181A6CD-2E4B-47B4-9DC1-EC991B662CC4/MyApp.app/Frameworks/AWSCore.framework/AWSCore
dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libLogRedirect.dylib:/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libViewDebuggerSupport.dylib
Hi, I use in my own framework AWSCore and AWSS3 xcframeworks but they are distributed dynamically, so host apps can install AWS from let's say cocoapods... but after 2.35.0 none of the new frameworks work (2.35.0 OK, 2.36.... Bad), they crash on app start with the following error:
If you're aware of this issue could you please help to solve it? what should I modify in my framework for this to work again?