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)) 

i got question.

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 :

read documentation, may helpful in case:


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -