Sponsored Content
Operating Systems OS X (Apple) Can a ios app be developed on a windows or ipad? Post 302867181 by verdepollo on Wednesday 23rd of October 2013 03:26:30 PM
Old 10-23-2013
Using the above method *might work* but you won't have access to many Cocoa tools; "Foundation" might somewhat work since it's based in OpenStep specification, but AppKit and CoreData will most likely fail.

You'll also be missing Interface Builder which is an XCode-only tool. Of course you can always create your xib's by hand (a lot of people actually do that -- RubyMotion folks for instance) but it requires deep understanding of the language.

You won't be able to use iOS simulator and neither a real device since those have to contain a signed certificate that Apple provides to you when you enroll in their Developer Program.

GCC has support for Objective-C but not Cocoa APIs (although it claims it has equivalent classes).

Lastly, you won't have access to one of the most useful tools Cocoa offers: ARC (Automatic Reference Counting) so you'll have to either manually deal with memory management (C style) or use the classic (and deprecated) garbage collector.
 

7 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

How to detect if a Windows app dies??

Hello All: I hope this is the right category... I have a application (this app runs under java and jboss) that runs under Windows, it's started as a service. If that application should become disabled, crash or no longer function, what would be the best method for determining it is no longer... (6 Replies)
Discussion started by: jimmyc
6 Replies

2. Shell Programming and Scripting

Needing a line feed for windows app

I wrote a program to format data with awk. This file will goto a windows machine and loaded into a windows app. The vendor said adding a line feed would help, but it would work as is. I am already doing a /n, will putting on the /r give the windows person what he wants. Thanks. (5 Replies)
Discussion started by: benefactr
5 Replies

3. UNIX for Dummies Questions & Answers

simple app to communicate windows and linux/unix

Careful!!! This is a newbie question! Hello Community I'd like to develop a very simple application, on the one side (some windows pcs with a listener and sender) on the other side a linux server that does the same. Any suggestions about doing that? telnet, smbclient????? It must be... (3 Replies)
Discussion started by: ncatdesigner
3 Replies

4. Windows & DOS: Issues & Discussions

Linux remote app on Windows

So I have been playing around with some code and thought I would tap the vast Linux knowledge here. My company has a bunch of servers running Linux on the Amazon cloud. I have created a Windows application in C++ that acts like a remote desktop to the Linux servers. When I run it it connects... (3 Replies)
Discussion started by: bobmanc
3 Replies

5. UNIX for Dummies Questions & Answers

How can I rebuild applications that developed in UNIX? I need to use it in windows os with cygwin

I need to rebuild an application that developed in unix environment and run in windows OS with cygwin. so How can I rebuild from the source code? is there any one who said something on this regard? (2 Replies)
Discussion started by: bejirond
2 Replies

6. UNIX for Dummies Questions & Answers

Windows app over Sun Fire 445?

Please, I have a professional application that run only over windows, but I have a Full Sun Fire 445 for that. Someone can sugest me about how to do? Wich S.O can be use. Thanks before hand. Please read the forum rules again. Rule #9 should be in your focus. Thank you! (9 Replies)
Discussion started by: abelop
9 Replies

7. Programming

Wuhan Coronavirus Status App for China - Rapid Prototype using MQTT and the IoT OnOff IOS App

With a little bit of work, was able to build a nice "Wuhan Coronavirus Status" app using MQTT and the IoT-OnOff app. More on this technique here: ESP32 (ESP-WROOM-32) as an MQTT Client Subscribed to Linux Server Load Average Messages The result turned out nice, I think. I like the look and... (10 Replies)
Discussion started by: Neo
10 Replies
ARCMSR(4)						   BSD Kernel Interfaces Manual 						 ARCMSR(4)

NAME
arcmsr -- Areca SATA II RAID Controller driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device pci device scbus device da device arcmsr Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): arcmsr_load="YES" DESCRIPTION
The arcmsr driver provides support for the Areca ARC-11xx and ARC-12xx series of SATA II RAID controllers. These controllers feature RAID-0, 1, 3, 5, 6, and 10 and JBOD acceleration for up to 16 SATA drives. Raid level and stripe level migration, online capacity expansion, hot insertion/removal, automatic failover and rebuild, and SMART are also supported. Access to the arrays is provided via the SCSI CAM /dev/da? device nodes. A management interface is also present via the /dev/arcmsr? device node. Management tools for i386 and amd64 are available from Areca. HARDWARE
The arcmsr driver supports the following cards: o ARC-1110 o ARC-1120 o ARC-1130 o ARC-1160 o ARC-1170 o ARC-1180 o ARC-1110ML o ARC-1120ML o ARC-1130ML o ARC-1160ML o ARC-1210 o ARC-1220 o ARC-1230 o ARC-1260 o ARC-1280 o ARC-1210ML o ARC-1220ML o ARC-1231ML o ARC-1261ML o ARC-1280ML FILES
/dev/da? Array block device /dev/arcmsr? Management interface SEE ALSO
da(4), scbus(4) HISTORY
The arcmsr driver first appeared in FreeBSD 5.4. AUTHORS
The driver was written by Erich Chen <erich@areca.com.tw>. BUGS
The driver has been tested on i386 and amd64. It likely requires additional work to function on big-endian architectures. BSD
March 28, 2008 BSD
All times are GMT -4. The time now is 11:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy