ios - Application builded using Dynamic framework not submitted to app store -


i have created dynamic framework , while importing dynamic framework application needs add in embedded binaries.

it working both device , simulator when archive , make .ipa file submit , got below error while submitting app app store.

1) error itms-90087: "unsupported architectures. executable sample.app/frameworks/customframework.framework contains unsupported architectures '[x86_64, i386]'."

2) error itms-90209: "invalid segment alignment. app binary @ 'sample.app/frameworks/customframework.framework/customframework' not have proper segment alignment. try rebuilding app latest xcode version.”

3) error itms-90125: "the binary invalid. encryption info in lc_encryption_info load command either missing or invalid, or binary encrypted. binary not seem have been built apple's linker.”

4) warning itms-90080: "the executable 'payload/sample.app/frameworks/customframework.framework' not position independent executable. please ensure build settings configured create pie executables. more information refer technical q&a qa1788 - building position independent executable in ios developer library."

any insights helpful.

this normal if make fat dynamic framework, don't let simulator architecture submitted (but work static library), easiest way solve borrow solution other framework, eg realm, provide script strip out simulator architectures out of framework, app can submitted appstore, check out installation framework version include , use script framework


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -