• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Blocks in C++ class vs. Obj-C class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Blocks in C++ class vs. Obj-C class


  • Subject: Re: Blocks in C++ class vs. Obj-C class
  • From: Jonas Maebe <email@hidden>
  • Date: Tue, 15 Mar 2011 10:56:48 +0100


On 15 Mar 2011, at 02:29, Rick Mann wrote:

Can I submit apps to the app store(s) built using those tools? I suspect I can, since I doubt they can tell that's what I did...

It should be no problem. Several people even have apps in the iOS AppStore built using our compiler (the Free Pascal Compiler), which shares no code whatsoever with any tool that Apple distributes.


That reminds me: does anyone know of an alternative to the no longer supported -allow_sub_type_mismatches linker parameter? Some of our language-specific resources are turned into object files for the generic "ARM" target, and we used that parameter to prevent errors from the linker from complaining about mismatches. The new linker (taken from the LLVM project) no longer supports that switch though. At the same time, previously "-arch arm" also seemed to indicate "generic ARM, accept any subtype", but it no longer does that either, so you get errors like this when using it:

ld: object file /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ iPhoneOS4.2.sdk/usr/lib/crt1.o was built for different arm sub-type (7) than link command line (0) for architecture arm


Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >Blocks in C++ class vs. Obj-C class (From: Rick Mann <email@hidden>)
 >Re: Blocks in C++ class vs. Obj-C class (From: Rick Mann <email@hidden>)
 >Re: Blocks in C++ class vs. Obj-C class (From: Sean McBride <email@hidden>)
 >Re: Blocks in C++ class vs. Obj-C class (From: Rick Mann <email@hidden>)

  • Prev by Date: Re: Developer program
  • Next by Date: Re: Developer program
  • Previous by thread: Re: Blocks in C++ class vs. Obj-C class
  • Next by thread: Perl coding in XCode4
  • Index(es):
    • Date
    • Thread