Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test visionOS build #12303

Closed
wants to merge 12 commits into from
Closed

Test visionOS build #12303

wants to merge 12 commits into from

Conversation

andrewheard
Copy link
Contributor

#no-changelog

@paulb777
Copy link
Member

Really weird that the matrix ones fail and the explicit ones don't. They look exactly the same in implementation and log until the crash.

Perhaps, try changing build.sh to increase logging.

@paulb777
Copy link
Member

I reproduced the xcodebuild segmentation fault locally:

xcodebuild -scheme FirebaseMessaging -destination "platform=visionOS Simulator" ONLY_ACTIVE_ARCH=YES CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=YES COMPILER_INDEX_STORE_ENABLE=NO CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ build
Command line invocation:
    /Applications/Xcode15.2.app/Contents/Developer/usr/bin/xcodebuild -scheme FirebaseMessaging -destination "platform=visionOS Simulator" ONLY_ACTIVE_ARCH=YES CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=YES COMPILER_INDEX_STORE_ENABLE=NO CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ build

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    CC = clang
    CODE_SIGNING_ALLOWED = YES
    CODE_SIGNING_REQUIRED = NO
    COMPILER_INDEX_STORE_ENABLE = NO
    CPLUSPLUS = clang++
    LD = clang
    LDPLUSPLUS = clang++
    ONLY_ACTIVE_ARCH = YES

Resolve Package Graph


Resolved source packages:
  InteropForGoogle: https://github.com/google/interop-ios-for-google-sdks.git @ 100.0.0
  GoogleUtilities: https://github.com/google/GoogleUtilities.git @ 7.12.1
  gRPC: https://github.com/google/grpc-binary.git @ 1.49.1
  Promises: https://github.com/google/promises.git @ 2.3.1
  leveldb: https://github.com/firebase/leveldb.git @ 1.22.2
  GoogleAppMeasurement: https://github.com/google/GoogleAppMeasurement.git @ 10.20.0
  nanopb: https://github.com/firebase/nanopb.git @ 2.30909.0
  OCMock: https://github.com/erikdoe/ocmock.git @ c5eeaa6
  GoogleDataTransport: https://github.com/google/GoogleDataTransport.git @ 9.3.0
  Firebase: /Users/paulbeusterien/gh9/firebase-ios-sdk
  GCDWebServer: https://github.com/SlaunchaMan/GCDWebServer.git @ 935e273
  GTMSessionFetcher: https://github.com/google/gtm-session-fetcher.git @ 2.1.0
  abseil: https://github.com/google/abseil-cpp-binary.git @ 1.2022062300.0
  SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.20.2
  AppCheck: https://github.com/google/app-check.git @ 10.18.0

Segmentation fault: 11

@paulb777
Copy link
Member

Adding -verbose flag fixed the build locally, but not on GHA

@paulb777
Copy link
Member

VisionOS CI now in place on a per-product basis.

@paulb777 paulb777 closed this Mar 23, 2024
@paulb777 paulb777 deleted the ah/visionos-build branch March 23, 2024 00:20
@firebase firebase locked and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants