Submitting to the App Store Using Xcode

后端 未结 2 1386
臣服心动
臣服心动 2020-12-22 05:49

So! Thought this would be easy trying to use TestFlighApp inside itunesconnect but this is what stops me:

How I got this message is: Product

2条回答
  •  [愿得一人]
    2020-12-22 06:50

    
        just wait...
    
    

    It happend to me when I tried to avoid develop my app for iPhone4s because of clear understanding - this is the work for nothing. In next half a year of after one year this device goes out.

    I tried to limited

    armv7s for below
    
    UIRequiredDeviceCapabilities
    
        armv7
    
    

    and get

    change limits everywhere

    result is the same: need to add support for armv7 =(

    Ok. Get everything back...

    and:

    The problem is armv7 is a minimum that required for 8.4 and 8.0 as well. So you can not avoiding it. Enjoy.

提交回复
热议问题