I have a strange error when I try to upload my app to the AppStore. I have two errors: ITMS-905030 and ITMS-90502. These errors says that my app is only configured to support 64-bit. But it's not! Here are the errors:
And here is my configuration for my Target and Project :
My project also have some library added via Pods, but I don't think that the cause of the problem. The deployment target is set to 7.0. I archive this project with an iPhone 6 (iOS 9.0.2) connected. Could somebody help me with that?
It seems that you are using Debug configuration when archiving, and the Debug configuration has Build Active Architecture Only enabled.
Try this way :
Pull your iPhone out of the USB interface
then try to upload the AppStore Again.
I hope i could help you
check Build Active Architecture Only in Build Settings > Architectures
If YES, xcode will determine the architecture of the device connected (ACTIVE) and it will build for that only.
If NO, xcode will build for all architectures considering your minimumOSVersion
So unplugging your 64 bit phone
or selecting Generic iOS Device
will fix the issue
NOTE: setting Build Active Architecture
to YES
is faster when building, so use it when you need it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With