• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Get rid of warning "subview transition … requires Core Animation"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Get rid of warning "subview transition … requires Core Animation"


  • Subject: Re: Get rid of warning "subview transition … requires Core Animation"
  • From: Jerry Krinock <email@hidden>
  • Date: Sat, 11 Aug 2012 13:59:32 -0700

On 2012 Aug 11, at 11:21, Keary Suska <email@hidden> wrote:

> I had the same problem recently and all I could do was delete and re-create the object in the xib.

But my "transition" object appeared to be in a view that would take a long time to re-create.  So, with your motivation Keary, I tried harder on the hand editing.  Turns out that chopping out these lines worked…

    <object class="NSDictionary" key="NSViewAnimations">
	<string key="NS.key.0">subviews</string>
	<object class="CATransition" key="NS.object.0">
		<string key="subtype">fromTop</string>
		<string key="type">fade</string>
		<array key="__CACodingContents">
			<string>subtype</string>
			<string>type</string>
		</array>
	</object>
    </object>

I've re-opened the project, re-edited that xib, and even relaunched Xcode several times and the fix seems to have stuck this time, and no corruption has been reported.  Cautiously optimistic that the Xcode evil spirits have moved on!


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >Get rid of warning "subview transition … requires Core Animation" (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Xcode does not stop at breakpoints in UnitTest
  • Next by Date: Link error '/usr/bin/g++-4.0 failed with exit code 1'
  • Previous by thread: Get rid of warning "subview transition … requires Core Animation"
  • Next by thread: Link error '/usr/bin/g++-4.0 failed with exit code 1'
  • Index(es):
    • Date
    • Thread