Hi, community,
when I build my project I have the same reject from App Store:
ITMS-90430: Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t have a signing ID. Sign the file, rebuild your app using the current public (GM) version of Xcode, and resubmit it
I follow a procedure before the build, but this works one time on X times...
cleanup pods - cd ios & pod deintegrate & pod update
cleanup Xcode derived data - rm -rf ~/Library/Developer/Xcode/DerivedData/*
clean build folder Product->Clean Build Folder in Xcode
Specs below:
OSX: big sure 11.4
XCode: 13.2.1
Libs:
- "native-base": "^2.15.2",
- "npm": "^7.10.0",
- "react": "17.0.1",
- "react-native": "0.64.1",
- "react-redux": "^7.2.4",
- "redux": "^4.1.0",
- "rxjs": "^6.6.7",
- "@types/react-native": "^0.64.0",
- "typescript": "^3.8.3"
This bothers me ... I waste hours on builds.
Regards
AA