I have upgraded Appcelerator and xCode after a decent hiatus from doing development in it. I have created a brand new project and attempted to run it in the ios simulator only to be greeted with the following error:
[ERROR] : Invalid "--ios-version" value "12.1" Accepted values:
12.2
For help, run: titanium.js help build
I have been searching for a while on this and no one seems to have presented a decent answer on how to fix this. If anyone could provide any insight it would be greatly appreciated.
Titanium SDK is 8.0.1.GA if that helps at all.
Related
Can someone help me? I update my vs and now xamarin.iOS version is 14.14.2.5 and Xcode version 11.3.1 (unable to upgrade xcode anymore). Now I faced the this error
Error MT4162: The type 'UIKit.UISplitViewControllerColumn' (used as a return type in UIKit.UISplitViewController/_UISplitViewControllerDelegate.GetTopColumnForCollapsing) is not available in iOS 13.2 (it was introduced in iOS 14.0). Please build with a newer iOS SDK (usually done by using the most recent version of Xcode). (MT4162).
I try to change the directory but it says "bad substitution". Is there anyway to solve it?
${xcode11.3.1}/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk: bad substitution
I appreciate for every suggestion. Thank you.
We are trying to make a build of React Native app in iOS and everything goes fine when we run the app on the iOS device whether it is in debug mode or release mode.
But for uploading when we try to make the archive of the app in Xcode then it throws an peculiar error that : Duplicate interface definition for class 'RCTEventEmitter'
We are really struck solving this, if someone could please help us.
React Native version is 0.59.10
https://share.getcloudapp.com/7KuyKmAn This is the error.
Any help regarding this is really appreciated.
I'm using Xcode 8.3.3 on Macmini version 10.12.3 (16D32) from past 6 months and it was working all fine. now today i'm just unable to open xcode at all and it's not even giving any error or warning so i have no idea what's wrong. there is no update in app store for Xcode as well and it's also not being updated recently. i have tried online solutions but still no progress, tries restarting as well. nothing worked. any quick suggestions will be really appreciated, Thanks.
Recently I have upgraded all my iOS and Appcelerator kits to latest versions, and since then I have problems while preparing archive / builds.
Initially the app was throwing error on simulator but I found a way to resolve this.
Plz note I am using Xcode instead of Appcelerator for building archives
The steps I took to run the app successfully in simulator...
1. Xcode->Preferences->locations
2. Derived Data -> Advanced -> Custom: Relative to Workspace
3. Now build in Xcode it should not have that problem.
Now build is working fine in simulator, but I can still see app.js not found error on the device (I build the archive and installed via iTunes)
Thanks in advance... People having experience in using Xcode 7 may reply to this in a better way.
This is an known issue:
https://jira.appcelerator.org/browse/TIMOB-19818
Please use Appcelerator's JIRA to report and track bugs.
And as people have commented, you should not actually need to build form Xcode as the CLI and Studio will do this for you via the Xcode command line.
My issue was because we were using camelCase as the project name "I think!!!"
I have searched Stack Overflow, Google and fellow peers for a current workaround in Xcode 6 for this error but have failed in doing so.
Note that this error occurs ONLY when attempting to run my app ON A DEVICE USING XCODE 6.
(This is not an issue when using the simulators, and I can build my app on a device using Xcode 5)
It seems to be a framework or library issue, but since it is able to work in almost every other possible way, I am not sure where the solution resides. I was using Xcode 6.0.
Here is the error:
I have checked my architecture settings, my frameworks and project files. Everything that needs to be included seems to be there.
This looks like it might be a silly error to do with Cocos2d and/or Xcode6. I have used SpriteBuilder to create the app. If you have a fix or have this error, any insight would be appreciated, thank you!
Found a fix. Downloaded the new Xcode6 version from the App Store. Xcode 6.0.1 (6A317) and it runs on all devices and simulators.
(There was no notification to update Xcode, you must search for it and download the new version)