From: Kevin W. <kw...@co...> - 2011-03-23 20:48:33
|
On 3/23/11 12:04 PM, David Zolli wrote: > Hi all, > > I tried to submit a small starpack to AppStore but it was rejected because my uses non-public APIs. In resolution Center the detail is : > > The app includes "_spin_lock_try" from the framework . > > I paste "as is" so I think the space at the end means 'no framework'. > > My starpack was built with ActiveState Basekit 8.5.9. > > Does this mean something for you ? > > How can I find the part using _spin_lock_try ? > David, I suspect that there's no way you can successfully submit with AT basekits. My experience with bundling the Tcl/Tk Cocoa frameworks with my app also led to initial rejection for private API's; they are embedded in Tk-Cocoa all the way down. My approach was to link with the version of Tk shipped with Snow Leopard--that worked around the private API restriction because this version is installed by Apple itself. Here's a link with more info: http://www.codebykevin.com/opensource/app-store.html Thanks, Kevin -- Kevin Walzer Code by Kevin http://www.codebykevin.com |