artemkrachulov / AKImageCropperView

Responsive image cropper
MIT License
172 stars 66 forks source link

Invalid Segment Alignment while uploading to App store #26

Closed pankajjakate closed 7 years ago

pankajjakate commented 7 years ago

Hi There, I am uploading my build to app store. It's showing me error related to Invalid Segment Alignment. Here are detailed :

WARNING ITMS-90080: "The executable 'Payload/myappname.app/Frameworks/AKImageCropperView.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library."

ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'myappname.app/Frameworks/AKImageCropperView.framework/AKImageCropperView' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."

Please help, It was working well while development.

Thanks for making this lib.

pankajjakate commented 7 years ago

I have removed AKImageCropperView.framework and only kept the source code folder. It's working fine.

Thanks for making this lib.