-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
FirebaseInAppMessagingDisplay - Failed to render and update auto layout #3748
Comments
hi, whilst attempting to create a sample app, it seems the error in question is not occurring now, not sure what if anything i did, i will close this for now, if it reoccurs i will create an example project. thanks. |
This is happening to me with the latest version of Xcode. I think this issue should be reopened because after installing FirebaseInAppMessaging on my project, my storyboards no longer layout and update. I get this error: |
why is this closed when it's STILL not fixed??? |
this is still happening for me, but i am unable to get this to occur in a test project, so i have disabled FirebaseInAppMessageDisplay pod in my project when working on any ui changes |
can you provide an example project so it can be looked at |
Yeah! In my project: Xcode Archive Bug, if you go to Main.storyboard you will see a UIViewController with a pink (custom @IBDesignable) view in the middle of it. If you try to move the pink view around or do anything in that storyboard, the storyboard won't update and you will get this error: file:///Users/.../FirestoreExample/Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for UIViewController (aST-AI-4Ns): dlopen(FirebaseInAppMessagingDisplay.framework, 1): no suitable image found. Did find: |
i can confirm the issue is present in the above example project. @paulb777 can we please get this looked at? as i have had to disable the pod |
[READ] Step 1: Are you in the right place?
file a Github issue.
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
When using cocoapods to add 'Firebase/InAppMessagingDisplay' it seems when i open any storyboard files, i get the following error
This error occurs when opening any storyboard file, after which the storyboard is unusable ie. no changes to the storyboard appear.
The only way we can workaround this error is by removing 'Firebase/InAppMessagingDisplay' from our pod file.
Relevant Code:
The text was updated successfully, but these errors were encountered: