|
|
|
|
|
by chadkeck
507 days ago
|
|
Here's the prompt I ended up with after several iterations of Claude trying to spit out Objective-C 2.0 code: "This project must generate code that works with Mac OS X Tiger 10.4, Xcode 2.5, and Objective-C 1.x. The Objective-C code generated MUST NOT have ARC, blocks, @property, @optional, @try, @synchronize, NSInteger, auto-layout, or modern features, NSCharacterSet doesn't have newlineCharacterSet. I know it's an old, obsolete version but I must use it. Generate clean code with comments and debug logging to NSLog." |
|