Re: Blocks in C++ class vs. Obj-C class
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