File Error for iPhone SDK

How accurately fill in errors for iPhone SDK with Apple?

I have always seen people mention that we should fill in errors, and duplicates are their way of measuring priority, but this is not clear to me:

  • How to actually fill in the error;
  • How to mark someone else's mistake as a duplicate of and;
  • What I need to tell people that I filled out this error, and they should help me fix it by posting duplicates if they are interested.

I could not find this process anywhere - just pieces of information, so I suppose you guys could help me (and all other developers in developing Cocoa / Cocoa -touch) by describing it in detail here.

Thanks!

+2
source share
2 answers

The only thing in your control is actually # 1, that is, you can record errors. You can do this through http://developer.apple.com/bugreporter/ for all Apple products, including the IIRC SDK.

Your other two points are not so simple, since you can only see your mistakes. You just need to believe that when Apple launches them through sorting so that your correct flag duplicates. Some people include the Radar URL for their mistake when setting n to mailing lists, etc. This URL only works for Apple employees, but the hope is that if you easily find your mistake, it can be fixed sooner.

+2
source

File errors at http://bugreport.apple.com/ . After you file a bug in the bugreporter, it helps to send it to http://openradar.me/ (not managed by Apple). It is also very useful for searching for duplicate files against bugreporter. Not everyone uses openradar so that it is not comprehensive.

+3
source

Source: https://habr.com/ru/post/910579/


All Articles