Removing IOS Simulator from error ITMS-90087, ITMS-90209 and ITMS-90125
148
Views
2
Comments
Discussion

Just sharing the solution we applied to solved the errors from OSPhotoEditor plugin which app store decline to approved our IPA submission due to invalid version of 32 bit build


Go to Apple's Terminal, and update Xcode command-line tools by typing

xcode-select --install

then

xcode-select: note: install requested for command line developer tools


Once done, You have to run script in order to remove the simulator. This should be run via Apple's Terminal

ipo -remove i386 YourProj.framework/YourProj -output YourProj.framework/YourProj
lipo -remove x86_64 YourProj.framework/YourProj -output YourProj.framework/YourProj


After this you will see the file related to this build are removed on the folder on you project.

2017-08-07 17-19-16
Nuno Silva
Staff
Rank: #1267

Hello Phillip,

Thanks, that is cool, but sharing a clone of the repository with the fix would be better, can you please share this with the plugin owner?


Regards,

UserImage.jpg
Phillip Bismonte
Rank: #56907

Apologize for the late revert. This was already coordinated on the author of the plugin. You can see his reply on attached picture.

picturemessage31aq22nv.kig.png