I have a third party framework customx.framework
(iOS) customx.framework
(Simulator).
To run project on simulator customx.framework
(Simulator) to be imported & for device
customx.framework
(iOS) to be imported
simultaneously importing is not supported by xcode
At present i am manually importing framework, so i am looking for runtime scrip changes or combined (iOS+Simulator) framework to import in xcode project.
For that
- I have tried
lipo
&libtool
but seems didn't worked. - I used validate workspace but it fails when importing modules.
tried links -
iOS merge several framework into one
Building for iOS Simulator, but the linked framework '****.framework' was built for iOS