-
-
Notifications
You must be signed in to change notification settings - Fork 197
Add support for Xcode 8.3 #2668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also reported via t.1100681 |
Any feedback on this? Specially on how to fix would be really much appreciated! It happens on my machine as well and now I'm unable to run apps on my iOS device... This is really a deal-breaker! |
Fix will be available in 3.0.0 and we will also release hot fix for {N} 2.5.* as soon as issue is fixed. |
Really glad to hear that because we're close to release of an app and we wont have the time for an update to 3.0.0. I'm sure we're not alone with this scenario. |
Same... |
As a temporary workaround, you can still build and run your app by opening workspace in XCode directly. Especially for the release purposes. |
@dunqan Thank you for that hint. By the way: The run command seems to work just fine with the iOS emulator. (Which helps shorten the dev-times compared to the Xcode workspace route if features can be tested within the emulator) |
Is it possible to downgrade XCode back to 8.2 and would that solve current problems? |
Yes, you downloaded XCode 8.2 from https://developer.apple.com/download/more/ |
You can have both Xcodes installed and switch them with Please also run |
Do you know if there is a solution for version 8.3 of Xcode? I do not have space to download the previous version and downgrade... 😞 |
We will provide hot fix in several days. |
Hi all, we have the same error, any update about the hotfix? |
Fix landed in master branches.
Notes: We will merge fixes in release branches and release hot fix for latest official version of {N} later this week. |
Our app is native not hybrid, we need create the build through a jenkins job against the build server. |
I did a nativescript update (to last rev in master branches), but I get another error now (at the end of 'tns run ios').
Whereas Xcode still works to launch the app on my iphone. Here my current nativescript version : │ Component │ Current version │ Latest version │ Information │ |
Weird, I had that error the other way around - I was able to run from my phone, but not from Xcode. Alas, that was in Xcode 8.2 and I was making an archive. Xcode gave me that error and it was because it did not have Build options->PODS_ROOT->Release variable set. I set it to the same value as Debug variable, and then the error was gone. Perhaps thats relevant to your experience. |
{N} 2.5.4 is now available on npm and it should solve the issues with Xcode 8.3 |
@dxshindeo @GrEg00z Can you give us exact steps to reproduce, for example:
|
Thanks to you @dxshindeo ! After this modification in Xcode, I can make a full 'tns run ios' and launch my app direct from it. Problem is when I perform a :
Then I have to modify manualy the 'pods_root' variables in Xcode for each 'platform remove/add' @dtopuzov : This is all commands I type (after upgrading ns to 3.0.0) I also use Xcode 8.3 |
I don't know if this works for When passing the release flag, it will create the appropriate PODS_ROOT variable in Xcode. |
Can you please try with
|
Now it's ok with nativescript 2.5.4, I can make a full 'tns run ios' without modify 'pods_root' in Xcode. But now I get this error on starting my app :
It's look to a recent existing problem in telerik plugin : Any ideas of this ? |
After the Update to 2.5.4, with xcode 8.3 I'm getting this error with an empty project
I'm only getting this error with a physical device |
After removing all code of telerik sidedrawer module (in typescript code), the error disapears. I will try to re-add sidedrawer module to be sure if it's the problem EDIT : The code which killed the app for me was using SideDrawerLocation in my typescript code, after importing it
Removing that resolved the problem and now I'm able to use RadSideDraw in my app ! |
Closing this issue since we support Xcode 8.3 now. |
Hi, I am using Visual Studio 2017 Apache Cordova 6.3.1 and trying to build for iOS. I have been facing this issue. |
iOS only (tns 2.5.3)
Xcode 8.3 has fully removed the ability to do an
xcrun PackageApplication
as is performed when building/running a nativescript app on a development device (see this line of code here). This means thattns run ios
and friends don't work under Xcode 8.3, failing with the following error:Some googling around has suggested moving to using
xcodebuild
, and the cordova guys have done the update in this PR: apache/cordova-ios#257Let me know if you need any further info
The text was updated successfully, but these errors were encountered: