Any chance of getting rid of the all_load requirement for the iOS framework?

The fix is basically: 

/** 
 * Add this macro to the end of each category addition implementation, so we don't have to use -all_load 
 * or -force_load to load object files from static libraries that only contain categories and no classes. 
 * See http://developer.apple.com/library/mac/#qa/qa2006/qa1490.html for more info. 
 */ 
#define TT_FIX_CATEGORY_BUG(name) 

@interface TT_FIX_CATEGORY_BUG_##name 

@end 


@implementation TT_FIX_CATEGORY_BUG_##name 

@end 


Then the macro is added to each category. 

Hopefully, this info can point you in the right direction. 

On Aug 16, 2011, at 5:00 PM, Derek Smith wrote: 

> Hi Eric, 

> This would mean that we would have to remove all of the ObjC categories from the code-base. This is entirely possible but it will take some time to accomplish. Just thinking off the top of my head, there is probably a way to declare a pre-processor macro that can handle this type of situation. I'll do some trial-and-error and get back to you once I have a patch for your problem. 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值