I am trying to convert a Core Data app which uses garbage collection to ARC.
When I run the refactoring tool, I see issues like:
Semantic Issue: Type of property 'person' does not match type of accessor
'setPerson:'
The relevant declaration code:
@class ABPerson;
@interface XG2Student : NS
On Oct 16, 2011, at 1:02 AM, Quincey Morris wrote:
> On Oct 15, 2011, at 18:02 , Sean Todd wrote:
>
>> I am trying to convert a Core Data app which uses garbage collection to ARC.
>> When I run the refactoring tool, I see issues like:
>>
>> Semantic Issue: Type
d not correct the problem. Removing
the toolbar results in proper behavior again. Has anyone else experienced this
problem? Am I missing something obvious? Any ideas for a workaround? Thanks for
your help.
using Xcode 4.2.1.
Sean Todd
Mac Software Developer
XGrader
Toads End Sof
I have a Cocoa document app that uses bindings. After installing 10.5
and Xcode 3.0, I started seeing console output stating that objects
were being deallocated while observers are still registered with them.
After some investigation, I found that the objects being deallocated
had an extra
M, Mark Piccirelli wrote:
You can copy-and-paste to find out what the surprising observers
are, as in:
(gdb) po 0x19e5a0
-- Mark
On Apr 12, 2008, at 2:59 PM, Sean Todd wrote:
I have a Cocoa document app that uses bindings. After installing
10.5 and Xcode 3.0
ht make gdb po work.
-- Mark
On Apr 12, 2008, at 5:14 PM, Sean Todd wrote:
Unfortunately, that doesn't work:
grade, Options: Context: 0x1957c0,
Property: 0x18edf0>
)
(gdb) po 0x6500210
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN
According to the Framework release notes and WWDC 2013 videos, -[NSBundle
localizedStringForKey:value:table:] is supposed to query a .stringsdict file
for a key before looking in a .strings file. However, I find that a
.stringsdict file is never used. I have created a property list file with the
just an example of its content in the release notes:
http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
...
This is what I have been using.
On Oct 29, 2013, at 11:39 AM, Kyle Sluder wrote:
>> On Oct 29, 2013, at 8:59 AM, Sean Todd wrote:
>
>>
>> According t
Category
other
Categories
ListWindows.strings:
"%d Brick Categories” = "%d Brick Categories”;
On Oct 29, 2013, at 5:15 PM, Kyle Sluder wrote:
> On Tue, Oct 29, 2013, at 02:45 PM, Sean Todd wrote:
>> I used the Prop
is working correctly.
I don’t know why it was not working before but it is working now. Something
seems fragile here. Anyway, thanks for the assistance.
Sean Todd
On Oct 29, 2013, at 6:40 PM, Kyle Sluder wrote:
> On Tue, Oct 29, 2013, at 04:05 PM, Kyle Sluder wrote:
>> Hmm. I'm
10 matches
Mail list logo