Smartface in action project does not load - smartface.io

I could not open the smartface in action project on 4.4 beta version. Then I tried it on 4.3, but I got an error that the project is corrupted.
How can I open that project?

Related

NativeScript - framework not found (IQKeyboardManager)

When I use IQKeyboardManager in NativeScript, it works good in my project, but when I use Xcode build/archive release, this error appears:
framework not found IQKeyboardManager
Has anyone had the same issue?
https://github.com/NativeScript/nativescript-cli/issues/4560
You have to open xcode workspace file in the directory using Xcode IDE, not the xcode project file

Running the XCode 3.1 application in XCode 4.1?

I am new developer on iPhone. My problem is that I have installed the XCode 4.1 after changed the settings in the edit project settings it shows XCode 3.1 is missing so if any one know about it give me solution to solve the problem.
you should set the base SDK version in project settings and Target settings as well.
you should check if you have specified the base SDK at both places.
Best of luck.
click on your project under project navigator. then go to build settings
change the base SDK to your 4.x. do it in both project and target.
See "To Edit a Build Setting…":
http://developer.apple.com/library/ios/documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Building/Building.html#//apple_ref/doc/uid/TP40010215-CH9-SW5

How to compile apps for multiple versions of ios sdks?

I have an app, and I want to compile it for iOS 4.1 iPhone system, but I only have SDK 4.3 on my Mac. Can I compile that for 4.1? How can I configure it? Or so I need to install 4.1 SDK onto my Mac? How can I install it?
You can use SDK 4.3, XCode > Select a project > Project menu > Edit Project Settings > scroll to iOS Deployment Target > select a lower version your app supports

Upgrading Existing XCode iPhone Project to 3.2.3

I upgraded xcode to 3.2.3 and loaded an existing project I had created with a prior version of xcode. It seems to compile fine as I have set up the correct deployment target and base sdk. When I look under Groups & Files, the Framework group, the Framework files are red and are pointing to the old framework files which don't exist anymore.
My question is should I be removing these Framework files and readding them to the project to point to the new ios4 versions of the framework?
Steps For Upgrade Project in updated Xcode
1--> You Have To set Base Sdk From Project-->info-->build
2--> Confirm From Project under Target -->info-->build
And Compile your Project

iPhone 4.0 Beta compile for 3.1.3

I downloaded the iPhone 4.0 Beta. But for my projects I need to compile for 3.1.3 to be able to still submit my projects to the App Store. If I run an old project that isn't a problem I can see all the versions, but when I start a new project I can only pick the 4.0 beta, how can I fix this?
Open your project. In XCode open the project settings (Project -> Edit Project Settings). Choose the build tab, and pick an appropriate Base SDK from the options under the architecture group.
You should not submit apps with beta versions of the SDK. Rather install beta SDKs alongside one for production builds.