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

In App messaging doesn't compile with last Xcode 12.5 #8205

Closed
angelmic opened this issue Jun 7, 2021 · 2 comments · Fixed by #8243
Closed

In App messaging doesn't compile with last Xcode 12.5 #8205

angelmic opened this issue Jun 7, 2021 · 2 comments · Fixed by #8243
Assignees
Labels
api: inappmessaging Firebase In App Messaging
Milestone

Comments

@angelmic
Copy link

angelmic commented Jun 7, 2021

Step 0: Are you in the right place?

  • For issues or feature requests related to the code in this repository
    file a Github issue.
    • If this is a feature request please use the Feature Request template.
  • For general technical questions, post a question on StackOverflow
    with the firebase tag.
  • For general (non-iOS) Firebase discussion, use the firebase-talk
    google group.
  • For backend issues, console issues, and other non-SDK help that does not fall under one
    of the above categories, reach out to
    Firebase Support.
  • Once you've read this section and determined that your issue is appropriate for
    this repository, please delete this section.

[REQUIRED] Step 1: Describe your environment

  • Xcode version: 12.5(12E262)
  • Firebase SDK version: 8.1.0
  • Installation method: CocoaPods (select one)
  • Firebase Component: In App Messaging (Auth, Core, Database, Firestore, Messaging, Storage, etc)

[REQUIRED] Step 2: Describe the problem

image

  • 1 missing file

Pods/FirebaseInAppMessaging/FirebaseInAppMessaging/iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard:1:1: close-with-transparency.png not found

  • 3 constrains error

Pods/FirebaseInAppMessaging/FirebaseInAppMessaging/iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard:1:1: UIView (Aft-rr-icV) has ambiguous constraints
Pods/FirebaseInAppMessaging/FirebaseInAppMessaging/iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard:1:1: UIButton (aZE-3x-WHk) has ambiguous constraints
Pods/FirebaseInAppMessaging/FirebaseInAppMessaging/iOS/Resources/FIRInAppMessageDisplayStoryboard.storyboard:1:1: UIButton (Feg-VM-jUf) has ambiguous constraints

Steps to reproduce:

  1. Add 'Firebase/InAppMessaging' to Podfile
  2. pod install
  3. open xcode workspace
  4. compile and run

Relevant Code:

pod version: 1.10.0

  pod 'Firebase/Analytics', '8.1.0'
  pod 'Firebase/Crashlytics', '8.1.0'
  pod 'Firebase/InAppMessaging', '8.1.0'
@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@christibbs
Copy link
Contributor

@angelmic Thanks for reporting. I'm not able to reproduce the failed compilation or the missing image, but I did see the missing constraints issues you mentioned. I sent #8243 to fix those. Is your project treating warnings as errors? Perhaps that's what's causing the failed compilation.

@paulb777 paulb777 added this to the 8.2.0 - M98 milestone Jun 14, 2021
@firebase firebase locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: inappmessaging Firebase In App Messaging
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants