I'm using Titanium SDK 3.1.3, XCode 5, and have simulators for both iOS 6.1 and iOS 7.
I'm trying to build an iOS 6.1 app in the simulator via the Titanium CLI but I get the following error:
[ERROR] Invalid --ios-version value '6.1'
Accepted values:
7.0
Which is odd because the release notes for the SDK says "You will still be able to compile iOS 6 apps with Xcode 5. Additionally, Xcode 5.0 requires Mac OS X 10.8.4 or later."
Thanks in advance for your inputs.
My bad — a proper SDK was missing inside Xcode's folders:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/iPhoneOS6.1.sdk
Related
I use build phonegap for build IOS app....I genarated .ipa file with last version of phonegap build but when I try yo upload .ipa file to apple store it give that error
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.1 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later."
what should I do?
You'll need to use a service which does support the latest version of XCode (currently 11.6), like VoltBuilder, Ionic or Monaca. It doesn't look like PhoneGap is ever going to be updated.
Disclosure: I'm one of the developers of VoltBuilder.
Currently there is no way to build on PhoneGap Build Cloud targeting iOS 13, since it requires cordova 6.0.0 and the lastest phonegap-cli avaiable is 9.0.0 which uses cordova 5.0.1 which targets iOS 12.1 and xcode 10.
You can build localy using cordova 6.0.0, if you don't have a mac you can try macincloud or another could solution as monaca and others.
I want to launch my app for users who have iOS 7.1 and ahead. After installing Xcode 7.1 after running on iOS 7.1 simulator its giving
The iOS 7.1 simulator runtime is not available.
Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator runtime.
After reading solutions of
How can I run the iOS 7.1 Simulator in Xcode 7.0 beta 2?
As you can see in comments also with El capitan and Xcode 7.1 its not working.
The only thing which i want here is my app should be available for iOS 7.1 and ahead users.
You will need a device with iOS 7.1 to check your app. If you have deployment target set to 7.1 it should run on that device with no problem.
Older Simulator runtimes are available for download through Xcode's preferences.
Goto Xcode -> Preferences -> Downloads to see the list of compatible legacy simulator runtimes.
El Capitan supports iOS 8.1 and newer runtimes.
Yosemite supports iOS 7.1 and newer runtimes.
There is a known issue mentioned in the Xcode release notes which prevents the iOS 7.1 simulator runtime from working in Xcode 7.
Thus, you can't currently use the iOS 7.1 simulator runtime with Xcode 7.
I've been trying to install iOS simulators 8.3 & 8.4 on Xcode 6.3.2 an 6.4 beta respectively. In the first case is not even an option to download this simulator while in Xcode 6.4 it shows an error "Could not download and install iOS 8.3 Simulator. Authorization is required to install the packages". I've searched the web but I could not find anything so I tries reinstalling Xcode from Apple developer website as well as from the app store with no change at all. The only simulator I can use is 8.2. I cannot install any other version. Any help would be really appreciated.
This is the error on Xcode 6.4 with no additional option of iOS 8.4 Simulator
These are the simulator options for me to download which result in that error
These are my options in Xcode 6.3.2 with no option for iOS 8.3
I found a workaround on the Apple forums. If you run Xcode using sudo the simulator downloads and installs work just fine:
sudo /Applications/Xcode.app/Contents/MacOS/Xcode
Note: Once the downloads and installs are complete you should quit Xcode and start it normally.
The iOS 8.3 Simulator runtime is includes in Xcode 6.3 (which is why it isn't offered as an additional download).
The iOS 8.3 Simulator runtime should be downloadable from Xcode 6.4, as you show. Your dialog box reports that there was an authentication problem when attempting to install the package. You need to provide administrator credentials when installing the package.
The reason you are getting your "iPhone 6 runs iOS 8.2 which is lower than -project name- minimum deployment target." errors is because you are selecting an iPhone 6 with iOS 8.2 on it and not an iPhone 6 with iOS 8.3 on it.
Use 'xcrun simctl create' or Xcode's Devices window to create the iOS 8.3 devices you need.
I am new to phone gap i have created app for ios by following the steps given on
phonegap IOS
when i run the application by choosing target Cordova it build succeeded but it is not showing simulator
when i choose target helloworld it give me two errors
"Apple Mach-O Linker error"
I am using,
xcode 4.5,
MAC OS 10.8,
phonegap 2.2.0
By changing phonegap version to old one 2.1.0 Issue solved
When I try to install the app into the simulator (adt -installApp) I get:-
Unknown or unsupported SDK version: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk
I'm using Mac OS X 10.7.4 (Lion) and I'm trying to use the iPhone simulator as per support for iOS simulator blog post. I've tried different versions of the sdk (5.1,5.0,4.3,4.0) and I get the same result.
I'm using Flash Builder 4.6 and I've updated the sdk to Air 3.3 as per this article and I've extracted the sdk from XCode 4.4 per this article.
What am I doing wrong and what do I need to do to get it working?