xcode - Uploading build to Testflight IOS -
i have run error trying upload latest build testflight, cant put finger on might have done differently compared earlier versions of app. can point me in right direction? error :
invalid ipa: failed parse info.plist (exception was: 'ascii' codec can't decode byte 0xc3 in position 336: ordinal not in range(128))
in architecture settings. select target , project build settings of build settings must set armv 7.
in target -> build settings:
architectures = standard(armv7, armv7s) - $(archs_standard_32_bit) valid architectures = armv7 armv7s
edited :
Comments
Post a Comment