I have build an iOS framework and it is working fine with adhoc and development profiles but appStore submission is getting failed due to codesign errors. Is there any command like:
lipo -remove codesign
to remove codesign from my Framework? Thanks in advance.