[Openmcl-devel] Linking StoreKit.framework from CCL and in-app purchases
Gary Byers
gb at clozure.com
Thu Apr 11 10:38:12 PDT 2013
On Thu, 11 Apr 2013, Michael Minerva wrote:
> I agree with both of your enthusiam and think it would be wonderful to have
> more apps in the app store. ?As far as I know there are already two CCL apps
> in the store but none of have been added since the era of sandboxing begun.
> ?
>
> I haven't had to link a new framework yet, but as I was perusing
> the CCL documentation the other day looking for something else I
> noticed section "14.7. Loading Frameworks" which references
> section "13.5.2. Creating new interface directories". I'm not
> sure if those are sufficient, but they should provide a good
> start for you I think.
>
>
> I was able to load the framework using a call open-shared-library:
>
> (open-shared-library
> "/System/Library/Frameworks/StoreKit.framework/StoreKit")
>
> but now I am having trouble actually referencing any of the classes from the
> framework. ?
This is why the documentation tells you (and Paul reminded you) to use
OBJC:LOAD-FRAMEWORK.
More information about the Openmcl-devel
mailing list