ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."

I faced this error when try to submit my app to Itunes connect with Application Uploader or validate app. Xcode 9 beta 3 and swift 4 are used in my development environment. I have check Bundle Identifier is correct and the architectures of my app are arm7 and arm64. I also check the architectures of the exported .ipa by `lipo -info` command and have the same result. I cant solve this problem after following some instructions on StackOverflow. Any help is very appreciated.


SUMMARY

Team: Dang Bao Long

Certificate: iOS Distribution (Expires 7/21/18)

Profile: dangbaolong6996-ttqhtd

Symbols: Included

Bitcode: Included

Architectures: armv7 and arm64

ENTITLEMENTS

application-identifier

Z2478PJ4G8.dangbaolong6996.ttqhtd

keychain-access-groups

Z2478PJ4G8.dangbaolong6996.ttqhtd

get-task-allow

false

beta-reports-active

true

com.apple.developer.team-identifier

Z2478PJ4G8



macs-MBP:Payload mac$ lipo -info ttqhtd.app/ttqhtd

Architectures in the fat file: ttqhtd.app/ttqhtd are: armv7 arm64

I have the same problem,

Anyone found the solution??

ITMS-90085: "No architectures in the binary. Lipo failed to detect any architectures in the bundle executable."
 
 
Q