I am trying to update my APP with the new policies for the Appstore to work with Iphone X and submit a new Upgrade App.
I i set it to #MinVersion: 7 or Even #MinVersion: 9 the parameter, it compile Fine Whitout Error. but If I set #MinVersion: 11 to compile either bridge or release mode I get the error:
"Check dependencies
warning: iOS 11.0.0 does not support armv7
.
.
.
(at the end)
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/main.o B4iProject/main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler"
I have installed B4i Version: 5.00 and Hosted Builder.
At first I thought it was because within my devices in my Apple account there was an iphone 4s, I removed it, I returned to generate: SigningRequest File, Certificates, App ID, Provisioning Profiles, but it persists.
I i set it to #MinVersion: 7 or Even #MinVersion: 9 the parameter, it compile Fine Whitout Error. but If I set #MinVersion: 11 to compile either bridge or release mode I get the error:
"Check dependencies
warning: iOS 11.0.0 does not support armv7
.
.
.
(at the end)
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/main.o B4iProject/main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler"
I have installed B4i Version: 5.00 and Hosted Builder.
At first I thought it was because within my devices in my Apple account there was an iphone 4s, I removed it, I returned to generate: SigningRequest File, Certificates, App ID, Provisioning Profiles, but it persists.