cancel
Showing results for 
Search instead for 
Did you mean: 

SUP 2.1.3: Usage of XCode 4.4.1 for iOS Object API possible?

markteichmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

I am trying to build a first native project in XCode 4.4.1 but I have troubles getting the SUP code compiled.

Now I do not know if my project settings are wrong or if the errors are related to my unsupported version of XCode.

Maybe someone can tell me if XCode 4.4.1 works well for anyone out there?

The supported versions are:

  • Mac OS X 10.7
  • XCode 4.3.2
  • iOS SDK 5.1

Currently I have only access to a Mac with the following software installed:

  • Mac OS X 10.8.1
  • XCode 4.4.1
  • iOS SDK 5.1

FYI The errors I get are similar to the errors mentioned in but I could not solve them using the hints provided there.

But all these settings in XCode are so weird that I may have done some things wrong in my previous attempts

Accepted Solutions (1)

Accepted Solutions (1)

markteichmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

I can confirm now that you can build a native App with automatic reference counting (ARC) enabled using XCode 4.4.1!

After trying myriads of different combinations of path settings and imported libraries I finally got it running.

I added the libraries of the Debug iphonesimulator folder only to my project.

Then it is important that you don't use parentheses when entering the Header search path. I simply entered the full Path to the includes path like this:

/Users/xyz/Documents/iOS/includes

Also there is no such thing as a 'Recursive' checkbox any more in this XCode version.

Answers (0)