Posts

Post not yet marked as solved
2 Replies
1.2k Views
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
Posted
by Alfr3d.
Last updated
.
Post marked as solved
1 Replies
2.8k Views
Hi people,I have an issue with Safari 13.1 on Mojave 10.14.6, I can't debug with Safari dev tools a mobile app built with Xcode 11.3.1.The build command has debug flag mode.Xcode built an app for iPhone7 plus with iOS 10.3 (simulator).In Safari, when I click on Develop>Simulator -- iphone7plus -- ios10.3.1 > localhost, I can't see other tabs then Sources - Audit - Console (blank tabs).
Posted
by Alfr3d.
Last updated
.