Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
857
9
Tokyo, Japan
My app is used by some iOS 4 users, I am going to use some open source to improve my app, but some of them are in ARC, I can't test it because Xcode 4.3 without iOS 4.3 simulator , does anyone tell me if I can use those open source? What should I do?
 

KoolStar

macrumors demi-god
Oct 16, 2006
825
9
Kentucky
ARC is supported in Xcode 4.2 for Mac OS X v10.6 and v10.7 (64-bit applications) and for iOS 4 and iOS 5. Weak references are not supported in Mac OS X v10.6 and iOS 4.

Source: Apple Docs

From this you can gather arc can work and target iOS 4.3 as long as it does not use any weak references. Therefore you should be able to use XCode 4.3/ Or the latest 4.5 to compile and target iOS 4.3.
 
Last edited:

mikezang

macrumors 6502a
Original poster
May 22, 2010
857
9
Tokyo, Japan
ARC is supported in Xcode 4.2 for Mac OS X v10.6 and v10.7 (64-bit applications) and for iOS 4 and iOS 5. Weak references are not supported in Mac OS X v10.6 and iOS 4.

Source: Apple Docs

From this you can gather arc can work and target iOS 4.3 as long as it does not use any weak references. Therefore you should be able to use XCode 4.3/ Or the latest 4.5 to compile and target iOS 4.3.
Thanks a lot! my mistake and didn't check document.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.