8 questions with no upvoted or accepted answers
2
votes
1
answer
2k
views
FirebaseCoreInternal.modulemap not found, trying to build an ios scheme by xcodebuild
i'm trying to build my ios app via xcodebuild.
I want to build an specific scheme instead of the whole project (too heavy), so i run this command:
xcodebuild build -scheme "Glik" -sdk ...
2
votes
0
answers
91
views
Custom binary for codesign in xcodebuild (handling timestamp service is unavailable)
On one of our projects, we have flaky errors from the codesign binary with timestamp service is unavailable errors. The thing is that these errors are happening way too random and cannot be reproduced ...
2
votes
2
answers
1k
views
Updated my macOS to Monterey 12.4 and installed XCode command lines and now my React Native app is not loading on the virtual emulator
I'm building an app with React Native and Firebase, and I updated my Mac to macOS Monterey 12.4, and now my iOS Emulator is not loading with my app at all.
I keep getting this error message:
2022-05-...
2
votes
1
answer
73
views
Can't fix a leak that Leaks Tool points to
I have a method which I use to se tup and show annotation on the map:
func setupPlacemark(place: Place, mapView: MKMapView) {
guard let location = place.location else { return }
let ...
1
vote
0
answers
227
views
How can I install Xcode Tools and use PacketLogger on Big Sur 11.3?
It's hard to find information about PacketLogger, but it seems to be a defunct Xcode tool. I'm hoping to use it on Big Sur (MBP 2017) to analyze bluetooth traffic between my iPhone and a third party ...
0
votes
0
answers
17
views
Testing my React-Native app Offline/Online with Network Link Conditioner
I put you in context, I'm developing an React-Native app to send forms to a database, users can submit forms offline, when then connection is reactivated the form is sent, there are several steps in ...
0
votes
1
answer
811
views
Getting error xcodebuild exited with status 6
Running a test bot that's returning this warning and not creating an installable product. Anyone know what that status means?
This is the build error:
`xcodebuild[98753:3595809] [MT] DVTAssertions: ...
0
votes
1
answer
88
views
Does headerdoc2html not generate an overall index/ToC?
Does headerdoc2html not generate an overall index that lists all the classes in a ToC? When I run this...
headerdoc2html -o ~/Desktop/DocTest MyProject
I end up with a subfolder for each class in ...